GroupId | GroupIdcom.tailoredshapes.underbar |
---|---|
ArtifactId | ArtifactIdstash |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
stash-0.1.0.pom | |
stash-0.1.0.jar | 13 KB |
stash-0.1.0-sources.jar | 5 KB |
stash-0.1.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tailoredshapes.underbar/stash/ -->
<dependency>
<groupId>com.tailoredshapes.underbar</groupId>
<artifactId>stash</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tailoredshapes.underbar/stash/
implementation 'com.tailoredshapes.underbar:stash:0.1.0'
// https://jarcasting.com/artifacts/com.tailoredshapes.underbar/stash/
implementation ("com.tailoredshapes.underbar:stash:0.1.0")
'com.tailoredshapes.underbar:stash:jar:0.1.0'
<dependency org="com.tailoredshapes.underbar" name="stash" rev="0.1.0">
<artifact name="stash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tailoredshapes.underbar', module='stash', version='0.1.0')
)
libraryDependencies += "com.tailoredshapes.underbar" % "stash" % "0.1.0"
[com.tailoredshapes.underbar/stash "0.1.0"]