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