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