MVN

com.momomo : momomo.com.platform.Nanotime

Maven & Gradle

Apr 10, 2021
2 stars

momomo.com.platform.Nanotime · Allows for nanosecond time resolution when asking for time from Java Runtime in contrast with System.currentTimeMillis().

<dependency>
    <groupId>com.momomo</groupId>
    <artifactId>momomo.com.platform.Nanotime</artifactId>
    <version>5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.momomo : momomo.com.platform.Nanotime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2

All Versions

Choose a version of com.momomo : momomo.com.platform.Nanotime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
momomo.com.platform.Nanotime-5.0.2
momomo.com.platform.Nanotime-5.0.1
1.4.x
momomo.com.platform.Nanotime-1.4.2
momomo.com.platform.Nanotime-1.4.1
momomo.com.platform.Nanotime-1.4.0
1.3.x
momomo.com.platform.Nanotime-1.3.7
momomo.com.platform.Nanotime-1.3.5

How to add a dependency to Maven

Add the following com.momomo : momomo.com.platform.Nanotime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.momomo</groupId>
    <artifactId>momomo.com.platform.Nanotime</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.momomo : momomo.com.platform.Nanotime gradle dependency to your build.gradle file:

implementation 'com.momomo:momomo.com.platform.Nanotime:5.0.2'

Gradle Kotlin DSL: Add the following com.momomo : momomo.com.platform.Nanotime gradle kotlin dependency to your build.gradle.kts file:

implementation("com.momomo:momomo.com.platform.Nanotime:5.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.momomo : momomo.com.platform.Nanotime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.momomo" % "momomo.com.platform.Nanotime" % "5.0.2"

Advertisement