| Группа | Группаorg.tpolecat |
|---|---|
| Идентификатор | Идентификаторnatchez-honeycomb_2.12 |
| Версия | Версия0.0.18 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.tpolecat/natchez-honeycomb_2.12/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>natchez-honeycomb_2.12</artifactId>
<version>0.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/natchez-honeycomb_2.12/
implementation 'org.tpolecat:natchez-honeycomb_2.12:0.0.18'
// https://jarcasting.com/artifacts/org.tpolecat/natchez-honeycomb_2.12/
implementation ("org.tpolecat:natchez-honeycomb_2.12:0.0.18")
'org.tpolecat:natchez-honeycomb_2.12:jar:0.0.18'
<dependency org="org.tpolecat" name="natchez-honeycomb_2.12" rev="0.0.18">
<artifact name="natchez-honeycomb_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='natchez-honeycomb_2.12', version='0.0.18')
)
libraryDependencies += "org.tpolecat" % "natchez-honeycomb_2.12" % "0.0.18"
[org.tpolecat/natchez-honeycomb_2.12 "0.0.18"]