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