j

jython-standalone

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.
https://www.jython.org/
Jython Software License
Python Software Foundation
Jython Developers
文件下载
文件名 操作
jython-standalone-2.7.4.jar 下载
jython-standalone-2.7.4.pom 下载
jython-standalone-2.7.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.python</groupId>
  <artifactId>jython-standalone</artifactId>
  <version>2.7.4</version>
</dependency>
Gradle Groovy
implementation 'org.python:jython-standalone:2.7.4'
Gradle Kotlin
implementation("org.python:jython-standalone:2.7.4")
Scala SBT
libraryDependencies += "org.python" % "jython-standalone" % "2.7.4"
Groovy Grape
@Grapes(
  @Grab(group='org.python', module='jython-standalone', version='2.7.4')
)
Apache Ivy
<dependency org="org.python" name="jython-standalone" rev="2.7.4" />
Leiningen
[org.python/jython-standalone "2.7.4"]
Apache Buildr
'org.python:jython-standalone:jar:2.7.4'
本项目依赖
该项目无第三方依赖