GroupId | GroupIdorg.caffinitas.ohc |
---|---|
ArtifactId | ArtifactIdohc-core-j8 |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
ohc-core-j8-0.5.0.pom | |
ohc-core-j8-0.5.0.jar | 4 KB |
ohc-core-j8-0.5.0-sources.jar | 4 KB |
ohc-core-j8-0.5.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.caffinitas.ohc/ohc-core-j8/ -->
<dependency>
<groupId>org.caffinitas.ohc</groupId>
<artifactId>ohc-core-j8</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.caffinitas.ohc/ohc-core-j8/
implementation 'org.caffinitas.ohc:ohc-core-j8:0.5.0'
// https://jarcasting.com/artifacts/org.caffinitas.ohc/ohc-core-j8/
implementation ("org.caffinitas.ohc:ohc-core-j8:0.5.0")
'org.caffinitas.ohc:ohc-core-j8:jar:0.5.0'
<dependency org="org.caffinitas.ohc" name="ohc-core-j8" rev="0.5.0">
<artifact name="ohc-core-j8" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.caffinitas.ohc', module='ohc-core-j8', version='0.5.0')
)
libraryDependencies += "org.caffinitas.ohc" % "ohc-core-j8" % "0.5.0"
[org.caffinitas.ohc/ohc-core-j8 "0.5.0"]