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