MVN

com.jporm : jporm-integration-tests-benchmark

Maven & Gradle

Dec 12, 2015
5 stars
<dependency>
    <groupId>com.jporm</groupId>
    <artifactId>jporm-integration-tests-benchmark</artifactId>
    <version>7.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jporm : jporm-integration-tests-benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.4.3

All Versions

Choose a version of com.jporm : jporm-integration-tests-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.4.x
jporm-integration-tests-benchmark-7.4.3
jporm-integration-tests-benchmark-7.4.1
jporm-integration-tests-benchmark-7.4.0
7.3.x
jporm-integration-tests-benchmark-7.3.6
jporm-integration-tests-benchmark-7.3.2
7.2.x
jporm-integration-tests-benchmark-7.2.8
jporm-integration-tests-benchmark-7.2.1
jporm-integration-tests-benchmark-7.2.0
7.1.x
jporm-integration-tests-benchmark-7.1.0
7.0.x
jporm-integration-tests-benchmark-7.0.4
jporm-integration-tests-benchmark-7.0.3
6.2.x
jporm-integration-tests-benchmark-6.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jporm</groupId>
    <artifactId>jporm-integration-tests-benchmark</artifactId>
    <version>7.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jporm : jporm-integration-tests-benchmark gradle dependency to your build.gradle file:

implementation 'com.jporm:jporm-integration-tests-benchmark:7.4.3'

Gradle Kotlin DSL: Add the following com.jporm : jporm-integration-tests-benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jporm:jporm-integration-tests-benchmark:7.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jporm : jporm-integration-tests-benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jporm" % "jporm-integration-tests-benchmark" % "7.4.3"