| GroupId | GroupIdio.github.neotypes |
|---|---|
| ArtifactId | ArtifactIdneotypes-refined_2.12 |
| Version | Version0.18.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.neotypes/neotypes-refined_2.12/ -->
<dependency>
<groupId>io.github.neotypes</groupId>
<artifactId>neotypes-refined_2.12</artifactId>
<version>0.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.neotypes/neotypes-refined_2.12/
implementation 'io.github.neotypes:neotypes-refined_2.12:0.18.0'
// https://jarcasting.com/artifacts/io.github.neotypes/neotypes-refined_2.12/
implementation ("io.github.neotypes:neotypes-refined_2.12:0.18.0")
'io.github.neotypes:neotypes-refined_2.12:jar:0.18.0'
<dependency org="io.github.neotypes" name="neotypes-refined_2.12" rev="0.18.0">
<artifact name="neotypes-refined_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.neotypes', module='neotypes-refined_2.12', version='0.18.0')
)
libraryDependencies += "io.github.neotypes" % "neotypes-refined_2.12" % "0.18.0"
[io.github.neotypes/neotypes-refined_2.12 "0.18.0"]