Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.uncontended |
ArtifactId | ArtifactIdprecipice-core |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
precipice-core-0.6.1.pom | |
precipice-core-0.6.1.jar | 116 KB |
precipice-core-0.6.1-sources.jar | 83 KB |
precipice-core-0.6.1-javadoc.jar | 322 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.uncontended/precipice-core/ -->
<dependency>
<groupId>net.uncontended</groupId>
<artifactId>precipice-core</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.uncontended/precipice-core/
implementation 'net.uncontended:precipice-core:0.6.1'
// https://jarcasting.com/artifacts/net.uncontended/precipice-core/
implementation ("net.uncontended:precipice-core:0.6.1")
'net.uncontended:precipice-core:jar:0.6.1'
<dependency org="net.uncontended" name="precipice-core" rev="0.6.1">
<artifact name="precipice-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.uncontended', module='precipice-core', version='0.6.1')
)
libraryDependencies += "net.uncontended" % "precipice-core" % "0.6.1"
[net.uncontended/precipice-core "0.6.1"]