MVN

com.jpattern : jporm-test

Maven & Gradle

Jul 27, 2012
<dependency>
    <groupId>com.jpattern</groupId>
    <artifactId>jporm-test</artifactId>
    <version>4.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jpattern : jporm-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0

All Versions

Choose a version of com.jpattern : jporm-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • jporm-test-4.2.0

    Jul 27, 2012
  • jporm-test-4.1.0

    Jul 18, 2012
  • jporm-test-4.0.3

    Jun 22, 2012
  • jporm-test-4.0.2

    May 15, 2012
  • jporm-test-4.0.1

    May 08, 2012
  • jporm-test-3.5.1

    Apr 27, 2012
  • jporm-test-3.5.0

    Apr 27, 2012
  • jporm-test-3.4.0

    Apr 17, 2012
  • jporm-test-3.3.0

    Apr 16, 2012
  • jporm-test-3.2.0

    Apr 02, 2012
  • jporm-test-3.1.3

    Mar 30, 2012
  • jporm-test-3.1.2

    Mar 28, 2012
  • jporm-test-3.1.1

    Mar 28, 2012
  • jporm-test-3.0.0

    Mar 27, 2012
  • jporm-test-2.1.0

    Jan 13, 2012
  • jporm-test-2.0.2

    Nov 30, 2011
  • jporm-test-2.0.1

    Nov 22, 2011

How to add a dependency to Maven

Add the following com.jpattern : jporm-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jpattern</groupId>
    <artifactId>jporm-test</artifactId>
    <version>4.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jpattern : jporm-test gradle dependency to your build.gradle file:

implementation 'com.jpattern:jporm-test:4.2.0'

Gradle Kotlin DSL: Add the following com.jpattern : jporm-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jpattern:jporm-test:4.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jpattern : jporm-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jpattern" % "jporm-test" % "4.2.0"