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