MVN

org.python : jython-installer

Maven & Gradle

Sep 11, 2022
1 usages
1k stars

Jython · Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.

<dependency>
    <groupId>org.python</groupId>
    <artifactId>jython-installer</artifactId>
    <version>2.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.python : jython-installer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.3
  • Latest Release Candidate: 2.7.1-rc3

All Versions

Choose a version of org.python : jython-installer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
jython-installer-2.7.3
jython-installer-2.7.2
jython-installer-2.7.1
jython-installer-2.7.1-rc3
jython-installer-2.7.1-rc2
jython-installer-2.7.0
jython-installer-2.7.3rc1
jython-installer-2.7.3b1
jython-installer-2.7.2rc1
jython-installer-2.7.2b3
jython-installer-2.7.2b2
jython-installer-2.7.1b3
jython-installer-2.7.1b2
jython-installer-2.7.1b1
2.7
jython-installer-2.7-rc3
jython-installer-2.7-rc2
jython-installer-2.7-rc1
jython-installer-2.7-b4
jython-installer-2.7-b3
jython-installer-2.7-b2
jython-installer-2.7-b1
2.5.x
jython-installer-2.5.4-rc1
jython-installer-2.5.3
jython-installer-2.5.3-rc1

How to add a dependency to Maven

Add the following org.python : jython-installer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.python</groupId>
    <artifactId>jython-installer</artifactId>
    <version>2.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.python : jython-installer gradle dependency to your build.gradle file:

implementation 'org.python:jython-installer:2.7.3'

Gradle Kotlin DSL: Add the following org.python : jython-installer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.python:jython-installer:2.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.python : jython-installer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.python" % "jython-installer" % "2.7.3"

Advertisement

Dependencies from Group

Sep 11, 2022
203 usages
1k stars
Sep 11, 2022
163 usages
1k stars
Sep 11, 2022
5 usages
1k stars
Sep 11, 2022
1 usages
1k stars

Discover Dependencies