MVN

de.hegmanns : test-utils

Maven & Gradle

Aug 13, 2016
0 stars

Test Utilities · Test-Utilities for easy testing.

<dependency>
    <groupId>de.hegmanns</groupId>
    <artifactId>test-utils</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
test-utils-1.0.1
test-utils-1.0.0
0.0.x
test-utils-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.hegmanns</groupId>
    <artifactId>test-utils</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.hegmanns:test-utils:1.0.1'

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

implementation("de.hegmanns:test-utils:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.hegmanns" % "test-utils" % "1.0.1"

Advertisement