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