| 组织ID: |
com.newmotion |
| 项目ID: |
akka-rabbitmq_2.12 |
| 版本: |
5.1.0 |
| 最后修改时间: |
2019-12-13 22:44:15 |
| 包类型: |
jar |
| 标题: |
Apache License, Version 2.0 |
| 描述: |
akka-rabbitmq |
| 相关URL: |
https://github.com/NewMotion/akka-rabbitmq |
| 大小: |
135.64KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.newmotion</groupId>
<artifactId>akka-rabbitmq_2.12</artifactId>
<version>5.1.0</version>
</dependency>
|
| Gradle引入代码: |
com.newmotion:akka-rabbitmq_2.12:5.1.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.1.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>sbmpost</id>
<name>Stefan Post</name>
<url>https://github.com/sbmpost</url>
</developer>
<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.8</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.12</artifactId>
<version>[2.5,2.6)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.12</artifactId>
<version>[2.5,2.6)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.7.1</version>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.3.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-mock_2.12</artifactId>
<version>4.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.newmotion.akka.rabbitmq.ChannelActor.class
com.newmotion.akka.rabbitmq.RabbitMqActor.class
com.newmotion.akka.rabbitmq.ChannelActor$ProcessFailureRetry$.class
com.newmotion.akka.rabbitmq.ChannelActor$$anonfun$2.class
com.newmotion.akka.rabbitmq.ChannelActor$InMemory$.class
com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$1.class
com.newmotion.akka.rabbitmq.ChannelMessage$.class
com.newmotion.akka.rabbitmq.ConnectionActor$Disconnected$.class
com.newmotion.akka.rabbitmq.ChannelActor$$anonfun$5.class
com.newmotion.akka.rabbitmq.package$RichConnectionActor$.class
com.newmotion.akka.rabbitmq.ChannelActor$ProcessingResult.class
com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$3.class
com.newmotion.akka.rabbitmq.package$RichConnectionFactory.class
com.newmotion.akka.rabbitmq.ChannelActor$State.class
com.newmotion.akka.rabbitmq.ConnectionActor$Reconnect$.class
com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$5.class
com.newmotion.akka.rabbitmq.ChannelActor$$anonfun$3.class
com.newmotion.akka.rabbitmq.package.class
com.newmotion.akka.rabbitmq.ChannelActor$ProcessSuccess$.class
com.newmotion.akka.rabbitmq.ChannelActor$GetState$.class
com.newmotion.akka.rabbitmq.AmqpShutdownSignal$.class
com.newmotion.akka.rabbitmq.ConnectionActor$ProvideChannel$.class
com.newmotion.akka.rabbitmq.ConnectionActor.class
com.newmotion.akka.rabbitmq.ConnectionActor$NewConnection.class
com.newmotion.akka.rabbitmq.package$.class
com.newmotion.akka.rabbitmq.ShutdownSignal.class
com.newmotion.akka.rabbitmq.CreateChannel$.class
com.newmotion.akka.rabbitmq.ChannelCreated$.class
com.newmotion.akka.rabbitmq.ChannelActor$$anonfun$4.class
com.newmotion.akka.rabbitmq.ChannelActor$$anonfun$1.class
com.newmotion.akka.rabbitmq.StashUntilChannel.class
com.newmotion.akka.rabbitmq.package$RichConnectionFactory$.class
com.newmotion.akka.rabbitmq.StashUntilChannel$$anonfun$com$newmotion$akka$rabbitmq$StashUntilChannel$$receiveChannelCreated$1.class
com.newmotion.akka.rabbitmq.ChannelActor$Connected$.class
reference.conf
com.newmotion.akka.rabbitmq.StashUntilChannel$$anonfun$aroundReceiveWithChannel$1.class
com.newmotion.akka.rabbitmq.ChannelActor$Retrying$.class
com.newmotion.akka.rabbitmq.StashUntilChannel$QueuedMsg$.class
com.newmotion.akka.rabbitmq.ConnectionActor$Connected.class
com.newmotion.akka.rabbitmq.ConnectionActor$SetupChildren.class
com.newmotion.akka.rabbitmq.ChannelMessage.class
com.newmotion.akka.rabbitmq.ChannelActor$Connected.class
com.newmotion.akka.rabbitmq.ConnectionActor$GetState$.class
com.newmotion.akka.rabbitmq.ConnectionActor$Connect$.class
com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$2.class
com.newmotion.akka.rabbitmq.package$RichConnectionActor.class
com.newmotion.akka.rabbitmq.ChannelCreated.class
com.newmotion.akka.rabbitmq.ParentShutdownSignal.class
com.newmotion.akka.rabbitmq.ChannelActor$ProcessSuccess.class
com.newmotion.akka.rabbitmq.ConnectionActor$SetupChildren$.class
com.newmotion.akka.rabbitmq.ConnectionActor$Data.class
com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$4.class
com.newmotion.akka.rabbitmq.ChannelActor$Retrying.class
com.newmotion.akka.rabbitmq.ChannelActor$.class
com.newmotion.akka.rabbitmq.ConnectionActor$Connected$.class
com.newmotion.akka.rabbitmq.ConnectionActor$Reconnect.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
scala-library-2.12.8.jar
/org.scala-lang/scala-library/2.12.8
查看scala-library所有版本文件
akka-actor_2.12-[2.5,2.6).jar
/com.typesafe.akka/akka-actor_2.12/[2.5,2.6)
查看akka-actor_2.12所有版本文件
akka-testkit_2.12-[2.5,2.6).jar
/com.typesafe.akka/akka-testkit_2.12/[2.5,2.6)
查看akka-testkit_2.12所有版本文件
amqp-client-5.7.1.jar
/com.rabbitmq/amqp-client/5.7.1
查看amqp-client所有版本文件
config-1.3.4.jar
/com.typesafe/config/1.3.4
查看config所有版本文件
specs2-mock_2.12-4.5.1.jar
/org.specs2/specs2-mock_2.12/4.5.1
查看specs2-mock_2.12所有版本文件
|