MVN

net.java.dev : timingframework

Maven & Gradle

Oct 15, 2007
1 usages
<dependency>
    <groupId>net.java.dev</groupId>
    <artifactId>timingframework</artifactId>
    <version>timingframework</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.dev : timingframework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: timingframework

All Versions

Choose a version of net.java.dev : timingframework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
timingframework
timingframework-timingframework

How to add a dependency to Maven

Add the following net.java.dev : timingframework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.java.dev</groupId>
    <artifactId>timingframework</artifactId>
    <version>timingframework</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.dev : timingframework gradle dependency to your build.gradle file:

implementation 'net.java.dev:timingframework:timingframework'

Gradle Kotlin DSL: Add the following net.java.dev : timingframework gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.dev:timingframework:timingframework")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.dev : timingframework sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.dev" % "timingframework" % "timingframework"

Advertisement