Jython is a Java implementation of Python that allows running Python code on the JVM.
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Execute Python code from Java using the PythonInterpreter.
Use Python 2.7 syntax or consider alternative JVM Python implementations.
No dependency data recorded yet.