GroupId | GroupIdcom.sbuslab |
---|---|
ArtifactId | ArtifactIdpersistent-stash |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
persistent-stash-1.0.5.pom | |
persistent-stash-1.0.5.jar | 17 KB |
persistent-stash-1.0.5-sources.jar | 3 KB |
persistent-stash-1.0.5-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sbuslab/persistent-stash/ -->
<dependency>
<groupId>com.sbuslab</groupId>
<artifactId>persistent-stash</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sbuslab/persistent-stash/
implementation 'com.sbuslab:persistent-stash:1.0.5'
// https://jarcasting.com/artifacts/com.sbuslab/persistent-stash/
implementation ("com.sbuslab:persistent-stash:1.0.5")
'com.sbuslab:persistent-stash:jar:1.0.5'
<dependency org="com.sbuslab" name="persistent-stash" rev="1.0.5">
<artifact name="persistent-stash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sbuslab', module='persistent-stash', version='1.0.5')
)
libraryDependencies += "com.sbuslab" % "persistent-stash" % "1.0.5"
[com.sbuslab/persistent-stash "1.0.5"]