Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdme.shib.java.lib |
ArtifactId | ArtifactIdrestiny |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
restiny-0.1.2.pom | |
restiny-0.1.2.jar | 22 KB |
restiny-0.1.2-sources.jar | 11 KB |
restiny-0.1.2-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.shib.java.lib/restiny/ -->
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>restiny</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.shib.java.lib/restiny/
implementation 'me.shib.java.lib:restiny:0.1.2'
// https://jarcasting.com/artifacts/me.shib.java.lib/restiny/
implementation ("me.shib.java.lib:restiny:0.1.2")
'me.shib.java.lib:restiny:jar:0.1.2'
<dependency org="me.shib.java.lib" name="restiny" rev="0.1.2">
<artifact name="restiny" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shib.java.lib', module='restiny', version='0.1.2')
)
libraryDependencies += "me.shib.java.lib" % "restiny" % "0.1.2"
[me.shib.java.lib/restiny "0.1.2"]