MVN

com.github.trickl : clock

Maven & Gradle

Dec 07, 2022
0 stars

Trickl Clock · Useful Java Clock implementations

<dependency>
    <groupId>com.github.trickl</groupId>
    <artifactId>clock</artifactId>
    <version>untagged-c35d91ce1b24e4715dc7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.trickl : clock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: untagged-c35d91ce1b24e4715dc7

All Versions

Choose a version of com.github.trickl : clock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
clock-0.1.1
untagged
clock-untagged-c35d91ce1b24e4715dc7
clock-untagged-be6ad2cae18a8cfded43
clock-untagged-5838c30db60484e9a3a4
clock-untagged-1c78b0bfc4a39dd349dc
clock-untagged-464fc9333986f7956b2d

How to add a dependency to Maven

Add the following com.github.trickl : clock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.trickl</groupId>
    <artifactId>clock</artifactId>
    <version>untagged-c35d91ce1b24e4715dc7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.trickl : clock gradle dependency to your build.gradle file:

implementation 'com.github.trickl:clock:untagged-c35d91ce1b24e4715dc7'

Gradle Kotlin DSL: Add the following com.github.trickl : clock gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.trickl:clock:untagged-c35d91ce1b24e4715dc7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.trickl : clock sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.trickl" % "clock" % "untagged-c35d91ce1b24e4715dc7"

Advertisement