Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.ptgoetz |
ArtifactId | ArtifactIdstorm-jms |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
storm-jms-0.9.0.pom | |
storm-jms-0.9.0.jar | 20 KB |
storm-jms-0.9.0-sources.jar | 12 KB |
storm-jms-0.9.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ptgoetz/storm-jms/ -->
<dependency>
<groupId>com.github.ptgoetz</groupId>
<artifactId>storm-jms</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptgoetz/storm-jms/
implementation 'com.github.ptgoetz:storm-jms:0.9.0'
// https://jarcasting.com/artifacts/com.github.ptgoetz/storm-jms/
implementation ("com.github.ptgoetz:storm-jms:0.9.0")
'com.github.ptgoetz:storm-jms:jar:0.9.0'
<dependency org="com.github.ptgoetz" name="storm-jms" rev="0.9.0">
<artifact name="storm-jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptgoetz', module='storm-jms', version='0.9.0')
)
libraryDependencies += "com.github.ptgoetz" % "storm-jms" % "0.9.0"
[com.github.ptgoetz/storm-jms "0.9.0"]