GroupId | GroupIdio.higgs |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.13.pom | |
core-0.0.13.jar | 52 KB |
core-0.0.13-sources.jar | 35 KB |
core-0.0.13-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.higgs/core/ -->
<dependency>
<groupId>io.higgs</groupId>
<artifactId>core</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.higgs/core/
implementation 'io.higgs:core:0.0.13'
// https://jarcasting.com/artifacts/io.higgs/core/
implementation ("io.higgs:core:0.0.13")
'io.higgs:core:jar:0.0.13'
<dependency org="io.higgs" name="core" rev="0.0.13">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higgs', module='core', version='0.0.13')
)
libraryDependencies += "io.higgs" % "core" % "0.0.13"
[io.higgs/core "0.0.13"]