GroupId | GroupIdorg.tpolecat |
---|---|
ArtifactId | ArtifactIdnatchez-honeycomb_3.0.0-M1 |
Version | Version0.0.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tpolecat/natchez-honeycomb_3.0.0-M1/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>natchez-honeycomb_3.0.0-M1</artifactId>
<version>0.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/natchez-honeycomb_3.0.0-M1/
implementation 'org.tpolecat:natchez-honeycomb_3.0.0-M1:0.0.15'
// https://jarcasting.com/artifacts/org.tpolecat/natchez-honeycomb_3.0.0-M1/
implementation ("org.tpolecat:natchez-honeycomb_3.0.0-M1:0.0.15")
'org.tpolecat:natchez-honeycomb_3.0.0-M1:jar:0.0.15'
<dependency org="org.tpolecat" name="natchez-honeycomb_3.0.0-M1" rev="0.0.15">
<artifact name="natchez-honeycomb_3.0.0-M1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='natchez-honeycomb_3.0.0-M1', version='0.0.15')
)
libraryDependencies += "org.tpolecat" % "natchez-honeycomb_3.0.0-M1" % "0.0.15"
[org.tpolecat/natchez-honeycomb_3.0.0-M1 "0.0.15"]