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