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