Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-amqp |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
lift-amqp-0.9.pom | |
lift-amqp-0.9.jar | 34 KB |
lift-amqp-0.9-sources.jar | 4 KB |
lift-amqp-0.9-project.zip | 4 KB |
lift-amqp-0.9-project.tar.gz | 3 KB |
lift-amqp-0.9-project.tar.bz2 | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-amqp/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-amqp</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-amqp/
implementation 'net.liftweb:lift-amqp:0.9'
// https://jarcasting.com/artifacts/net.liftweb/lift-amqp/
implementation ("net.liftweb:lift-amqp:0.9")
'net.liftweb:lift-amqp:jar:0.9'
<dependency org="net.liftweb" name="lift-amqp" rev="0.9">
<artifact name="lift-amqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-amqp', version='0.9')
)
libraryDependencies += "net.liftweb" % "lift-amqp" % "0.9"
[net.liftweb/lift-amqp "0.9"]