| 组织ID: |
com.typesafe.akka |
| 项目ID: |
akka-discovery_2.11 |
| 版本: |
2.5.19 |
| 最后修改时间: |
2020-04-12 11:53:06 |
| 包类型: |
jar |
| 标题: |
Apache License, Version 2.0 |
| 描述: |
This module of Akka is marked as 'may change', which means that it is in early access mode, which also means that it is not covered by commercial support. An module marked 'may change' doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. Additionally such a module may be dropped in major releases without prior deprecation. |
| 相关URL: |
http://akka.io/ |
| 大小: |
67.18KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-discovery_2.11</artifactId>
<version>2.5.19</version>
</dependency>
|
| Gradle引入代码: |
com.typesafe.akka:akka-discovery_2.11:2.5.19
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project 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" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-discovery_2.11</artifactId>
<packaging>jar</packaging>
<description>This module of Akka is marked as 'may change', which means that it is in early access mode, which also means that it is not covered by commercial support. An module marked 'may change' doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. Additionally such a module may be dropped in major releases without prior deprecation. </description>
<url>http://akka.io/</url>
<version>2.5.19</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>akka-discovery</name>
<organization>
<name>Lightbend Inc.</name>
<url>http://www.lightbend.com</url>
</organization>
<scm>
<url>https://github.com/akka/akka</url>
<connection>scm:git:https://github.com/akka/akka.git</connection>
<developerConnection>scm:git:git@github.com:akka/akka.git</developerConnection>
</scm>
<inceptionYear>2009</inceptionYear>
<developers>
<developer>
<id>akka-contributors</id>
<name>Akka Contributors</name>
<email>akka-dev@googlegroups.com</email>
<url>https://github.com/akka/akka/graphs/contributors</url>
</developer>
</developers>
<properties>
<info.apiURL>http://doc.akka.io/api/akka/2.5.19</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.11</artifactId>
<version>2.5.19</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.11</artifactId>
<version>2.5.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor-tests_2.11</artifactId>
<version>2.5.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
akka.discovery.Discovery$$anon$1.class
akka.discovery.Discovery$$anonfun$create$1$1.class
akka.discovery.Discovery$$anonfun$create$1$2.class
akka.discovery.Discovery$.class
akka.discovery.Discovery.class
akka.discovery.Lookup$.class
akka.discovery.Lookup.class
akka.discovery.ServiceDiscovery$.class
akka.discovery.ServiceDiscovery$Resolved$.class
akka.discovery.ServiceDiscovery$Resolved.class
akka.discovery.ServiceDiscovery$ResolvedTarget$$anonfun$1.class
akka.discovery.ServiceDiscovery$ResolvedTarget$$anonfun$2.class
akka.discovery.ServiceDiscovery$ResolvedTarget$$anonfun$apply$1.class
akka.discovery.ServiceDiscovery$ResolvedTarget$.class
akka.discovery.ServiceDiscovery$ResolvedTarget.class
akka.discovery.ServiceDiscovery.class
akka.discovery.aggregate.AggregateServiceDiscovery$$anonfun$3.class
akka.discovery.aggregate.AggregateServiceDiscovery$$anonfun$akka$discovery$aggregate$AggregateServiceDiscovery$$resolve$1.class
akka.discovery.aggregate.AggregateServiceDiscovery$$anonfun$akka$discovery$aggregate$AggregateServiceDiscovery$$resolve$2.class
akka.discovery.aggregate.AggregateServiceDiscovery$.class
akka.discovery.aggregate.AggregateServiceDiscovery.class
akka.discovery.aggregate.AggregateServiceDiscoverySettings$$anonfun$1.class
akka.discovery.aggregate.AggregateServiceDiscoverySettings$$anonfun$2.class
akka.discovery.aggregate.AggregateServiceDiscoverySettings.class
akka.discovery.config.ConfigServiceDiscovery$$anonfun$lookup$1.class
akka.discovery.config.ConfigServiceDiscovery.class
akka.discovery.config.ConfigServicesParser$$anonfun$1.class
akka.discovery.config.ConfigServicesParser$$anonfun$parse$1$$anonfun$2.class
akka.discovery.config.ConfigServicesParser$$anonfun$parse$1.class
akka.discovery.config.ConfigServicesParser$.class
akka.discovery.config.ConfigServicesParser.class
akka.discovery.dns.DnsServiceDiscovery$$anonfun$2$$anonfun$apply$1.class
akka.discovery.dns.DnsServiceDiscovery$$anonfun$2$$anonfun$apply$2.class
akka.discovery.dns.DnsServiceDiscovery$$anonfun$2.class
akka.discovery.dns.DnsServiceDiscovery$$anonfun$3$$anonfun$4.class
akka.discovery.dns.DnsServiceDiscovery$$anonfun$3$$anonfun$5.class
akka.discovery.dns.DnsServiceDiscovery$$anonfun$3.class
akka.discovery.dns.DnsServiceDiscovery$$anonfun$lookup$1.class
akka.discovery.dns.DnsServiceDiscovery$$anonfun$lookup$2$$anonfun$1.class
akka.discovery.dns.DnsServiceDiscovery$$anonfun$lookup$2.class
akka.discovery.dns.DnsServiceDiscovery$.class
akka.discovery.dns.DnsServiceDiscovery.class
reference.conf
|
| 依赖Jar: |
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
akka-actor_2.11-2.5.19.jar
/com.typesafe.akka/akka-actor_2.11/2.5.19
查看akka-actor_2.11所有版本文件
akka-testkit_2.11-2.5.19.jar
/com.typesafe.akka/akka-testkit_2.11/2.5.19
查看akka-testkit_2.11所有版本文件
akka-actor-tests_2.11-2.5.19.jar
/com.typesafe.akka/akka-actor-tests_2.11/2.5.19
查看akka-actor-tests_2.11所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
scalatest_2.11-3.0.5.jar
/org.scalatest/scalatest_2.11/3.0.5
查看scalatest_2.11所有版本文件
|