MVN

jpox : jpox-shell

Maven & Gradle

Jan 21, 2008

JPOX Shell plugin · JPOX provides a shell tool.

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.2.x
jpox-shell-1.2.0-beta-2
jpox-shell-1.2.0-beta-1
1.1.x
jpox-shell-1.1.9
jpox-shell-1.1.3
jpox-shell-1.1.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'jpox:jpox-shell:1.1.9'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement