GroupId | GroupIdio.islandtime |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.2.2 |
Type | Typepom |
Filename | Size |
---|---|
core-0.2.2.pom | |
core-0.2.2.module | 1 KB |
core-0.2.2-sources.jar | 261 bytes |
core-0.2.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.islandtime/core/ -->
<dependency>
<groupId>io.islandtime</groupId>
<artifactId>core</artifactId>
<version>0.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.islandtime/core/
implementation 'io.islandtime:core:0.2.2'
// https://jarcasting.com/artifacts/io.islandtime/core/
implementation ("io.islandtime:core:0.2.2")
'io.islandtime:core:pom:0.2.2'
<dependency org="io.islandtime" name="core" rev="0.2.2">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.islandtime', module='core', version='0.2.2')
)
libraryDependencies += "io.islandtime" % "core" % "0.2.2"
[io.islandtime/core "0.2.2"]