Categories |
CategoriesData Net Ebean ORM |
---|---|
GroupId | GroupIdnet.onebean |
ArtifactId | ArtifactIdnet.onebean.data.amqp |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondata.amqp
amqp依赖包
|
<!-- https://jarcasting.com/artifacts/net.onebean/net.onebean.data.amqp/ -->
<dependency>
<groupId>net.onebean</groupId>
<artifactId>net.onebean.data.amqp</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.onebean/net.onebean.data.amqp/
implementation 'net.onebean:net.onebean.data.amqp:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/net.onebean/net.onebean.data.amqp/
implementation ("net.onebean:net.onebean.data.amqp:1.0.0.RELEASE")
'net.onebean:net.onebean.data.amqp:jar:1.0.0.RELEASE'
<dependency org="net.onebean" name="net.onebean.data.amqp" rev="1.0.0.RELEASE">
<artifact name="net.onebean.data.amqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.onebean', module='net.onebean.data.amqp', version='1.0.0.RELEASE')
)
libraryDependencies += "net.onebean" % "net.onebean.data.amqp" % "1.0.0.RELEASE"
[net.onebean/net.onebean.data.amqp "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-amqp | jar |