GroupId | GroupIdcom.hack23.cia |
---|---|
ArtifactId | ArtifactIdjms-broker |
Version | Version2016.11.22 |
Type | Typejar |
Filename | Size |
---|---|
jms-broker-2016.11.22.pom | |
jms-broker-2016.11.22.jar | 4 KB |
jms-broker-2016.11.22-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hack23.cia/jms-broker/ -->
<dependency>
<groupId>com.hack23.cia</groupId>
<artifactId>jms-broker</artifactId>
<version>2016.11.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.hack23.cia/jms-broker/
implementation 'com.hack23.cia:jms-broker:2016.11.22'
// https://jarcasting.com/artifacts/com.hack23.cia/jms-broker/
implementation ("com.hack23.cia:jms-broker:2016.11.22")
'com.hack23.cia:jms-broker:jar:2016.11.22'
<dependency org="com.hack23.cia" name="jms-broker" rev="2016.11.22">
<artifact name="jms-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hack23.cia', module='jms-broker', version='2016.11.22')
)
libraryDependencies += "com.hack23.cia" % "jms-broker" % "2016.11.22"
[com.hack23.cia/jms-broker "2016.11.22"]