is not current version
Last Version 0.6.3

io.islandtime:core 0.3.0

A multiplatform library for working with dates and times

GroupId

GroupId

io.islandtime
ArtifactId

ArtifactId

core
Version

Version

0.3.0
Type

Type

pom

Download core 0.3.0


<!-- https://jarcasting.com/artifacts/io.islandtime/core/ -->
<dependency>
    <groupId>io.islandtime</groupId>
    <artifactId>core</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.islandtime/core/
implementation 'io.islandtime:core:0.3.0'
// https://jarcasting.com/artifacts/io.islandtime/core/
implementation ("io.islandtime:core:0.3.0")
'io.islandtime:core:pom:0.3.0'
<dependency org="io.islandtime" name="core" rev="0.3.0">
  <artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.islandtime', module='core', version='0.3.0')
)
libraryDependencies += "io.islandtime" % "core" % "0.3.0"
[io.islandtime/core "0.3.0"]