MVN

jpox : jpox-thirdparty

Maven & Gradle

Jan 21, 2008
4 usages

ThirdParty stubs

<dependency>
    <groupId>jpox</groupId>
    <artifactId>jpox-thirdparty</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jpox : jpox-thirdparty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9
  • Latest Beta: 1.2.0-beta-4

All Versions

Choose a version of jpox : jpox-thirdparty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jpox-thirdparty-1.2.0-beta-4
jpox-thirdparty-1.2.0-beta-3
jpox-thirdparty-1.2.0-beta-2
1.1.x
jpox-thirdparty-1.1.9

How to add a dependency to Maven

Add the following jpox : jpox-thirdparty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jpox</groupId>
    <artifactId>jpox-thirdparty</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jpox : jpox-thirdparty gradle dependency to your build.gradle file:

implementation 'jpox:jpox-thirdparty:1.1.9'

Gradle Kotlin DSL: Add the following jpox : jpox-thirdparty gradle kotlin dependency to your build.gradle.kts file:

implementation("jpox:jpox-thirdparty:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following jpox : jpox-thirdparty sbt scala dependency to your build.sbt file:

libraryDependencies += "jpox" % "jpox-thirdparty" % "1.1.9"

Advertisement