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