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