MVN

eu.kratochvil : utils-test

Maven & Gradle

Oct 15, 2013
5 usages

utils-test

<dependency>
    <groupId>eu.kratochvil</groupId>
    <artifactId>utils-test</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.kratochvil : utils-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of eu.kratochvil : utils-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
utils-test-1.6
1.5
utils-test-1.5
1.4
utils-test-1.4
1.3
utils-test-1.3
1.1
utils-test-1.1

How to add a dependency to Maven

Add the following eu.kratochvil : utils-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.kratochvil</groupId>
    <artifactId>utils-test</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.kratochvil : utils-test gradle dependency to your build.gradle file:

implementation 'eu.kratochvil:utils-test:1.6'

Gradle Kotlin DSL: Add the following eu.kratochvil : utils-test gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.kratochvil:utils-test:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.kratochvil : utils-test sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.kratochvil" % "utils-test" % "1.6"