is not current version
Last Version 0.0.24

io.higgs:core 0.0.19

Core API and interfaces for Higgs

GroupId

GroupId

io.higgs
ArtifactId

ArtifactId

core
Version

Version

0.0.19
Type

Type

jar

Download core 0.0.19


<!-- https://jarcasting.com/artifacts/io.higgs/core/ -->
<dependency>
    <groupId>io.higgs</groupId>
    <artifactId>core</artifactId>
    <version>0.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/io.higgs/core/
implementation 'io.higgs:core:0.0.19'
// https://jarcasting.com/artifacts/io.higgs/core/
implementation ("io.higgs:core:0.0.19")
'io.higgs:core:jar:0.0.19'
<dependency org="io.higgs" name="core" rev="0.0.19">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higgs', module='core', version='0.0.19')
)
libraryDependencies += "io.higgs" % "core" % "0.0.19"
[io.higgs/core "0.0.19"]