License |
License |
---|---|
GroupId | GroupIdio.logspace |
ArtifactId | ArtifactIdlogspace |
Last Version | Last Version0.3.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLogspace
The Maven Parent POM for Indoqa opensource software.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logspace-0.3.2.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.logspace/logspace/ -->
<dependency>
<groupId>io.logspace</groupId>
<artifactId>logspace</artifactId>
<version>0.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.logspace/logspace/
implementation 'io.logspace:logspace:0.3.2'
// https://jarcasting.com/artifacts/io.logspace/logspace/
implementation ("io.logspace:logspace:0.3.2")
'io.logspace:logspace:pom:0.3.2'
<dependency org="io.logspace" name="logspace" rev="0.3.2">
<artifact name="logspace" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.logspace', module='logspace', version='0.3.2')
)
libraryDependencies += "io.logspace" % "logspace" % "0.3.2"
[io.logspace/logspace "0.3.2"]