MVN

com.ineunet : knife-timer

Maven & Gradle

Aug 31, 2018
0 stars

knife-timer · knife timer

<dependency>
    <groupId>com.ineunet</groupId>
    <artifactId>knife-timer</artifactId>
    <version>2.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ineunet : knife-timer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.2

All Versions

Choose a version of com.ineunet : knife-timer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
knife-timer-2.7.2
0.0.x
knife-timer-0.0.3
knife-timer-0.0.2

How to add a dependency to Maven

Add the following com.ineunet : knife-timer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ineunet</groupId>
    <artifactId>knife-timer</artifactId>
    <version>2.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ineunet : knife-timer gradle dependency to your build.gradle file:

implementation 'com.ineunet:knife-timer:2.7.2'

Gradle Kotlin DSL: Add the following com.ineunet : knife-timer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ineunet:knife-timer:2.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ineunet : knife-timer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ineunet" % "knife-timer" % "2.7.2"

Advertisement