MVN

org.testmonkeys : jentitytest

Maven & Gradle

Mar 16, 2023
2 stars

JEntityTest · Entity Comparison Framework

<dependency>
    <groupId>org.testmonkeys</groupId>
    <artifactId>jentitytest</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testmonkeys : jentitytest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.testmonkeys : jentitytest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jentitytest-1.1.0
1.0.x
jentitytest-1.0.6
jentitytest-1.0.5
jentitytest-1.0.4
jentitytest-1.0.3
jentitytest-1.0.2
jentitytest-1.0.0
0.3.x
jentitytest-0.3.6
jentitytest-0.3.5
jentitytest-0.3.4
jentitytest-0.3.3
0.2.x
jentitytest-0.2.0
0.1.x
jentitytest-0.1.1
jentitytest-0.1.0

How to add a dependency to Maven

Add the following org.testmonkeys : jentitytest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.testmonkeys</groupId>
    <artifactId>jentitytest</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.testmonkeys : jentitytest gradle dependency to your build.gradle file:

implementation 'org.testmonkeys:jentitytest:1.1.0'

Gradle Kotlin DSL: Add the following org.testmonkeys : jentitytest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.testmonkeys:jentitytest:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.testmonkeys : jentitytest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.testmonkeys" % "jentitytest" % "1.1.0"