Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.uncontended |
ArtifactId | ArtifactIdPrecipice |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
Precipice-0.1.0.pom | |
Precipice-0.1.0.jar | 63 KB |
Precipice-0.1.0-sources.jar | 53 KB |
Precipice-0.1.0-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.uncontended/Precipice/ -->
<dependency>
<groupId>net.uncontended</groupId>
<artifactId>Precipice</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.uncontended/Precipice/
implementation 'net.uncontended:Precipice:0.1.0'
// https://jarcasting.com/artifacts/net.uncontended/Precipice/
implementation ("net.uncontended:Precipice:0.1.0")
'net.uncontended:Precipice:jar:0.1.0'
<dependency org="net.uncontended" name="Precipice" rev="0.1.0">
<artifact name="Precipice" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.uncontended', module='Precipice', version='0.1.0')
)
libraryDependencies += "net.uncontended" % "Precipice" % "0.1.0"
[net.uncontended/Precipice "0.1.0"]