GroupId | GroupIdcom.artfii.amq |
---|---|
ArtifactId | ArtifactIdartfii-amq |
Version | Version0.0.1-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
artfii-amq-0.0.1-RELEASE.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.artfii.amq/artfii-amq/ -->
<dependency>
<groupId>com.artfii.amq</groupId>
<artifactId>artfii-amq</artifactId>
<version>0.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.artfii.amq/artfii-amq/
implementation 'com.artfii.amq:artfii-amq:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.artfii.amq/artfii-amq/
implementation ("com.artfii.amq:artfii-amq:0.0.1-RELEASE")
'com.artfii.amq:artfii-amq:pom:0.0.1-RELEASE'
<dependency org="com.artfii.amq" name="artfii-amq" rev="0.0.1-RELEASE">
<artifact name="artfii-amq" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.artfii.amq', module='artfii-amq', version='0.0.1-RELEASE')
)
libraryDependencies += "com.artfii.amq" % "artfii-amq" % "0.0.1-RELEASE"
[com.artfii.amq/artfii-amq "0.0.1-RELEASE"]