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