Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.technearts |
ArtifactId | ArtifactIdrip |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
rip-0.0.3.pom | |
rip-0.0.3.jar | 18 KB |
rip-0.0.3-sources.jar | 10 KB |
rip-0.0.3-javadoc.jar | 57 KB |
rip-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.technearts/rip/
implementation 'net.technearts:rip:0.0.3'
// https://jarcasting.com/artifacts/net.technearts/rip/
implementation ("net.technearts:rip:0.0.3")
'net.technearts:rip:jar:0.0.3'
<dependency org="net.technearts" name="rip" rev="0.0.3">
<artifact name="rip" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.technearts', module='rip', version='0.0.3')
)
libraryDependencies += "net.technearts" % "rip" % "0.0.3"
[net.technearts/rip "0.0.3"]