c

common-time

Common Time library for the yildiz project, contains utilities to manipulate time.
https://engine.yildiz-games.be
Files download
File Operation
common-time-1.0.8.jar download
common-time-1.0.8.pom download
common-time-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>common-time</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:common-time:1.0.8'
Gradle Kotlin
implementation("be.yildiz-games:common-time:1.0.8")
Scala SBT
libraryDependencies += "be.yildiz-games" % "common-time" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='common-time', version='1.0.8')
)
Apache Ivy
<dependency org="be.yildiz-games" name="common-time" rev="1.0.8" />
Leiningen
[be.yildiz-games/common-time "1.0.8"]
Apache Buildr
'be.yildiz-games:common-time:jar:1.0.8'