Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.technearts |
ArtifactId | ArtifactIdrip |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
rip-0.0.2.pom | |
rip-0.0.2.jar | 17 KB |
rip-0.0.2-sources.jar | 10 KB |
rip-0.0.2-javadoc.jar | 50 KB |
rip-0.0.2-jar-with-dependencies.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.technearts/rip/ -->
<dependency>
<groupId>net.technearts</groupId>
<artifactId>rip</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.technearts/rip/
implementation 'net.technearts:rip:0.0.2'
// https://jarcasting.com/artifacts/net.technearts/rip/
implementation ("net.technearts:rip:0.0.2")
'net.technearts:rip:jar:0.0.2'
<dependency org="net.technearts" name="rip" rev="0.0.2">
<artifact name="rip" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.technearts', module='rip', version='0.0.2')
)
libraryDependencies += "net.technearts" % "rip" % "0.0.2"
[net.technearts/rip "0.0.2"]