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