| 组织ID: |
org.mikand.autonomous.services |
| 项目ID: |
core |
| 版本: |
1.1.3 |
| 最后修改时间: |
2019-12-02 11:38:23 |
| 包类型: |
jar |
| 标题: |
AS Core |
| 描述: |
Core Components of AS |
| 相关URL: |
https://github.com/mikand13/autonomous-services |
| 大小: |
33.80KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.mikand.autonomous.services</groupId>
<artifactId>core</artifactId>
<version>1.1.3</version>
</dependency>
|
| Gradle引入代码: |
org.mikand.autonomous.services:core:1.1.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mikand.autonomous.services</groupId>
<artifactId>core</artifactId>
<version>1.1.3</version>
<dependencies>
<dependency>
<groupId>com.nannoq</groupId>
<artifactId>cluster</artifactId>
<version>1.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.31</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.3.31</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.3.31</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-hazelcast</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-js</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-ruby</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-proxy</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sockjs-service-proxy</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-discovery</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-circuit-breaker</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-redis-client</artifactId>
<version>3.6.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mail-client</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-coroutines</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.11.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.4.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
<version>17.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>AS Core</name>
<description>Core Components of AS</description>
<url>https://github.com/mikand13/autonomous-services</url>
<scm>
<url>https://github.com/mikand13/autonomous-services</url>
<connection>scm:git:git://github.com/mikand13/autonomous-services</connection>
<developerConnection>scm:git:ssh:git@github.com/mikand13/autonomous-services</developerConnection>
</scm>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mikand13</id>
<name>Anders Mikkelsen</name>
<email>mikkelsen.anders@gmail.com</email>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.mikand.autonomous.services.core.events.CommandEventImplConverter.class
org.mikand.autonomous.services.core.events.DataEventImplConverter.class
org.mikand.autonomous.services.core.CoreLauncher.class
org.mikand.autonomous.services.core.events.CommandEventImpl.class
org.mikand.autonomous.services.core.events.CommandEventBuilder.class
org.mikand.autonomous.services.core.events.DataEventBuilder.class
org.mikand.autonomous.services.core.events.CommandEvent.class
org.mikand.autonomous.services.core.events.DataEvent.class
org.mikand.autonomous.services.core.events.CommandEventType.class
org.mikand.autonomous.services.core.events.DataEventType.class
org.mikand.autonomous.services.core.events.DataEventImpl.class
org.mikand.autonomous.services.core.CoreDeploymentVerticle.class
org.mikand.autonomous.services.core.communication.Collector$initializeCollector$1$1.class
org.mikand.autonomous.services.core.communication.Claimer.class
org.mikand.autonomous.services.core.communication.Claimer$DefaultImpls.class
org.mikand.autonomous.services.core.communication.Collector$initializeCollector$1.class
org.mikand.autonomous.services.core.communication.Collector$DefaultImpls.class
org.mikand.autonomous.services.core.communication.Claimer$checkIfIveClaimedIt$1.class
org.mikand.autonomous.services.core.communication.Collector$hasAnyoneCollectedIt$1.class
org.mikand.autonomous.services.core.communication.Collector.class
org.mikand.autonomous.services.core.communication.Claimer$inititializeClaimer$1.class
META-INF/core.kotlin_module
app-conf.json
log4j2.xml
|
| 依赖Jar: |
cluster-1.1.2.jar
/com.nannoq/cluster/1.1.2
查看cluster所有版本文件
kotlin-stdlib-1.3.31.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.3.31
查看kotlin-stdlib所有版本文件
kotlin-stdlib-jdk8-1.3.31.jar
/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.3.31
查看kotlin-stdlib-jdk8所有版本文件
kotlin-reflect-1.3.31.jar
/org.jetbrains.kotlin/kotlin-reflect/1.3.31
查看kotlin-reflect所有版本文件
vertx-core-3.7.0.jar
/io.vertx/vertx-core/3.7.0
查看vertx-core所有版本文件
vertx-web-3.7.0.jar
/io.vertx/vertx-web/3.7.0
查看vertx-web所有版本文件
vertx-hazelcast-3.7.0.jar
/io.vertx/vertx-hazelcast/3.7.0
查看vertx-hazelcast所有版本文件
vertx-codegen-3.7.0.jar
/io.vertx/vertx-codegen/3.7.0
查看vertx-codegen所有版本文件
vertx-lang-js-3.7.0.jar
/io.vertx/vertx-lang-js/3.7.0
查看vertx-lang-js所有版本文件
vertx-lang-ruby-3.7.0.jar
/io.vertx/vertx-lang-ruby/3.7.0
查看vertx-lang-ruby所有版本文件
vertx-lang-kotlin-3.7.0.jar
/io.vertx/vertx-lang-kotlin/3.7.0
查看vertx-lang-kotlin所有版本文件
vertx-service-proxy-3.7.0.jar
/io.vertx/vertx-service-proxy/3.7.0
查看vertx-service-proxy所有版本文件
vertx-sockjs-service-proxy-3.7.0.jar
/io.vertx/vertx-sockjs-service-proxy/3.7.0
查看vertx-sockjs-service-proxy所有版本文件
vertx-service-discovery-3.7.0.jar
/io.vertx/vertx-service-discovery/3.7.0
查看vertx-service-discovery所有版本文件
vertx-circuit-breaker-3.7.0.jar
/io.vertx/vertx-circuit-breaker/3.7.0
查看vertx-circuit-breaker所有版本文件
vertx-redis-client-3.6.3.jar
/io.vertx/vertx-redis-client/3.6.3
查看vertx-redis-client所有版本文件
vertx-mail-client-3.7.0.jar
/io.vertx/vertx-mail-client/3.7.0
查看vertx-mail-client所有版本文件
vertx-lang-kotlin-coroutines-3.7.0.jar
/io.vertx/vertx-lang-kotlin-coroutines/3.7.0
查看vertx-lang-kotlin-coroutines所有版本文件
log4j-api-2.11.2.jar
/org.apache.logging.log4j/log4j-api/2.11.2
查看log4j-api所有版本文件
log4j-core-2.11.2.jar
/org.apache.logging.log4j/log4j-core/2.11.2
查看log4j-core所有版本文件
disruptor-3.4.2.jar
/com.lmax/disruptor/3.4.2
查看disruptor所有版本文件
jackson-annotations-2.9.8.jar
/com.fasterxml.jackson.core/jackson-annotations/2.9.8
查看jackson-annotations所有版本文件
commons-lang3-3.9.jar
/org.apache.commons/commons-lang3/3.9
查看commons-lang3所有版本文件
commons-io-2.6.jar
/commons-io/commons-io/2.6
查看commons-io所有版本文件
commons-validator-1.6.jar
/commons-validator/commons-validator/1.6
查看commons-validator所有版本文件
annotations-3.0.1.jar
/com.google.code.findbugs/annotations/3.0.1
查看annotations所有版本文件
guava-jdk5-17.0.jar
/com.google.guava/guava-jdk5/17.0
查看guava-jdk5所有版本文件
|