GroupId | GroupIdio.logspace |
---|---|
ArtifactId | ArtifactIdlogspace-hq-core |
Version | Version0.3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
logspace-hq-core-0.3.0.1.pom | |
logspace-hq-core-0.3.0.1.jar | 18 KB |
logspace-hq-core-0.3.0.1-sources.jar | 10 KB |
logspace-hq-core-0.3.0.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.logspace/logspace-hq-core/ -->
<dependency>
<groupId>io.logspace</groupId>
<artifactId>logspace-hq-core</artifactId>
<version>0.3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.logspace/logspace-hq-core/
implementation 'io.logspace:logspace-hq-core:0.3.0.1'
// https://jarcasting.com/artifacts/io.logspace/logspace-hq-core/
implementation ("io.logspace:logspace-hq-core:0.3.0.1")
'io.logspace:logspace-hq-core:jar:0.3.0.1'
<dependency org="io.logspace" name="logspace-hq-core" rev="0.3.0.1">
<artifact name="logspace-hq-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.logspace', module='logspace-hq-core', version='0.3.0.1')
)
libraryDependencies += "io.logspace" % "logspace-hq-core" % "0.3.0.1"
[io.logspace/logspace-hq-core "0.3.0.1"]