| 组织ID: |
com.newmotion |
| 项目ID: |
akka-rabbitmq_2.12 |
| 版本: |
5.0.0 |
| 最后修改时间: |
2018-07-30 14:07:35 |
| 包类型: |
jar |
| 标题: |
Apache License, Version 2.0 |
| 描述: |
akka-rabbitmq |
| 相关URL: |
https://github.com/NewMotion/akka-rabbitmq |
| 大小: |
119.24KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.newmotion</groupId>
<artifactId>akka-rabbitmq_2.12</artifactId>
<version>5.0.0</version>
</dependency>
|
| Gradle引入代码: |
com.newmotion:akka-rabbitmq_2.12:5.0.0
|
| 下载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.newmotion</groupId>
<artifactId>akka-rabbitmq_2.12</artifactId>
<packaging>jar</packaging>
<description>akka-rabbitmq</description>
<url>https://github.com/NewMotion/akka-rabbitmq</url>
<version>5.0.0</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-rabbitmq</name>
<organization>
<name>com.newmotion</name>
<url>https://github.com/NewMotion/akka-rabbitmq</url>
</organization>
<scm>
<connection>scm:git:git@github.com:NewMotion/akka-rabbitmq.git</connection>
<developerConnection>scm:git:git@github.com:NewMotion/akka-rabbitmq.git</developerConnection>
<url>git@github.com:NewMotion/akka-rabbitmq.git</url>
</scm>
<developers>
<developer>
<id>gertjana</id>
<name>Gertjan Assies</name>
<url>https://github.com/gertjana</url>
</developer>
<developer>
<id>reinierl</id>
<name>Reinier Lamers</name>
<url>https://github.com/reinierl</url>
</developer>
<developer>
<id>t3hnar</id>
<name>Yaroslav Klymko</name>
<url>https://github.com/t3hnar</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.4</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.12</artifactId>
<version>2.5.8</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.12</artifactId>
<version>2.5.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.1.1</version>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-mock_2.12</artifactId>
<version>4.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.newmotion.akka.rabbitmq.package$.class
com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$3.class
com.newmotion.akka.rabbitmq.ChannelActor$ProcessFailureDrop$.class
com.newmotion.akka.rabbitmq.ChannelActor$ProcessingResult.class
com.newmotion.akka.rabbitmq.ShutdownSignal.class
com.newmotion.akka.rabbitmq.ConnectionActor$.class
com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$4.class
com.newmotion.akka.rabbitmq.StashUntilChannel$$anonfun$com$newmotion$akka$rabbitmq$StashUntilChannel$$receiveChannelCreated$1.class
com.newmotion.akka.rabbitmq.AmqpShutdownSignal.class
com.newmotion.akka.rabbitmq.ChannelActor$ProcessSuccess.class
com.newmotion.akka.rabbitmq.ConnectionActor$GetState$.class
com.newmotion.akka.rabbitmq.ConnectionActor$NoConnection$.class
com.newmotion.akka.rabbitmq.CreateChannel.class
com.newmotion.akka.rabbitmq.ChannelActor$Retrying$.class
com.newmotion.akka.rabbitmq.ChannelActor$$anonfun$3.class
com.newmotion.akka.rabbitmq.ChannelActor$$anonfun$5.class
com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$2.class
com.newmotion.akka.rabbitmq.ChannelActor$$anonfun$4.class
com.newmotion.akka.rabbitmq.ParentShutdownSignal.class
com.newmotion.akka.rabbitmq.ParentShutdownSignal$.class
com.newmotion.akka.rabbitmq.StashUntilChannel.class
com.newmotion.akka.rabbitmq.ChannelCreated$.class
com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$5.class
com.newmotion.akka.rabbitmq.ChannelActor$ProcessFailureRetry.class
com.newmotion.akka.rabbitmq.ConnectionActor$State.class
com.newmotion.akka.rabbitmq.ChannelActor$InMemory.class
com.newmotion.akka.rabbitmq.ChannelMessage$.class
com.newmotion.akka.rabbitmq.ChannelActor$GetState$.class
com.newmotion.akka.rabbitmq.ChannelActor$Disconnected$.class
com.newmotion.akka.rabbitmq.ChannelActor$Data.class
com.newmotion.akka.rabbitmq.ConnectionActor$Message.class
com.newmotion.akka.rabbitmq.StashUntilChannel$$anonfun$aroundReceiveWithChannel$1.class
com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$1.class
com.newmotion.akka.rabbitmq.package.class
com.newmotion.akka.rabbitmq.ChannelActor$InMemory$.class
com.newmotion.akka.rabbitmq.RabbitMqActor.class
com.newmotion.akka.rabbitmq.ChannelActor$$anonfun$1.class
com.newmotion.akka.rabbitmq.ConnectionActor$ProvideChannel$.class
com.newmotion.akka.rabbitmq.AmqpShutdownSignal$.class
com.newmotion.akka.rabbitmq.ChannelActor$ProcessSuccess$.class
com.newmotion.akka.rabbitmq.CreateChannel$.class
com.newmotion.akka.rabbitmq.ConnectionActor$Data.class
com.newmotion.akka.rabbitmq.ConnectionActor.class
com.newmotion.akka.rabbitmq.ConnectionActor$Connected.class
com.newmotion.akka.rabbitmq.ConnectionActor$Connect$.class
com.newmotion.akka.rabbitmq.ChannelActor$.class
com.newmotion.akka.rabbitmq.ChannelActor$State.class
com.newmotion.akka.rabbitmq.ChannelActor$$anonfun$2.class
com.newmotion.akka.rabbitmq.ConnectionActor$Connected$.class
com.newmotion.akka.rabbitmq.ChannelMessage.class
com.newmotion.akka.rabbitmq.package$RichConnectionFactory$.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
scala-library-2.12.4.jar
/org.scala-lang/scala-library/2.12.4
查看scala-library所有版本文件
akka-actor_2.12-2.5.8.jar
/com.typesafe.akka/akka-actor_2.12/2.5.8
查看akka-actor_2.12所有版本文件
akka-testkit_2.12-2.5.8.jar
/com.typesafe.akka/akka-testkit_2.12/2.5.8
查看akka-testkit_2.12所有版本文件
amqp-client-5.1.1.jar
/com.rabbitmq/amqp-client/5.1.1
查看amqp-client所有版本文件
config-1.3.2.jar
/com.typesafe/config/1.3.2
查看config所有版本文件
specs2-mock_2.12-4.0.2.jar
/org.specs2/specs2-mock_2.12/4.0.2
查看specs2-mock_2.12所有版本文件
|