MVN

org.kurtymckurt : TestPojo

Maven & Gradle

Apr 04, 2023
21 stars

TestPojo · This library generates pojos with data for testing within an integration testing frameworks.

<dependency>
    <groupId>org.kurtymckurt</groupId>
    <artifactId>TestPojo</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kurtymckurt : TestPojo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of org.kurtymckurt : TestPojo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
TestPojo-3.0
2.5
TestPojo-2.5
2.4
TestPojo-2.4
2.3
TestPojo-2.3
2.1
TestPojo-2.1
2.0
TestPojo-2.0
1.5
TestPojo-1.5
1.4
TestPojo-1.4
1.3
TestPojo-1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kurtymckurt</groupId>
    <artifactId>TestPojo</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kurtymckurt : TestPojo gradle dependency to your build.gradle file:

implementation 'org.kurtymckurt:TestPojo:3.0'

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

implementation("org.kurtymckurt:TestPojo:3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kurtymckurt : TestPojo sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kurtymckurt" % "TestPojo" % "3.0"

Advertisement