| GroupId | GroupIdcom.github.stacs-srg |
|---|---|
| ArtifactId | ArtifactIdstorr |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| storr-1.0.1.pom | |
| storr-1.0.1.jar | 122 KB |
| storr-1.0.1-sources.jar | 905 KB |
| storr-1.0.1-javadoc.jar | 462 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.stacs-srg/storr/ -->
<dependency>
<groupId>com.github.stacs-srg</groupId>
<artifactId>storr</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stacs-srg/storr/
implementation 'com.github.stacs-srg:storr:1.0.1'
// https://jarcasting.com/artifacts/com.github.stacs-srg/storr/
implementation ("com.github.stacs-srg:storr:1.0.1")
'com.github.stacs-srg:storr:jar:1.0.1'
<dependency org="com.github.stacs-srg" name="storr" rev="1.0.1">
<artifact name="storr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stacs-srg', module='storr', version='1.0.1')
)
libraryDependencies += "com.github.stacs-srg" % "storr" % "1.0.1"
[com.github.stacs-srg/storr "1.0.1"]