| License | License
                                                        Jython Software License                                                 | 
|---|---|
| Categories | CategoriesPython Languages | 
| GroupId | GroupIdorg.python | 
| ArtifactId | ArtifactIdjython-standalone | 
| Last Version | Last Version2.7.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJython 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. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| jython-standalone-2.7.2.pom | |
| jython-standalone-2.7.2.jar | 41 MB | 
| jython-standalone-2.7.2-sources.jar | 16 MB | 
| jython-standalone-2.7.2-javadoc.jar | 3 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.python/jython-standalone/ -->
<dependency>
    <groupId>org.python</groupId>
    <artifactId>jython-standalone</artifactId>
    <version>2.7.2</version>
</dependency>// https://jarcasting.com/artifacts/org.python/jython-standalone/
implementation 'org.python:jython-standalone:2.7.2'// https://jarcasting.com/artifacts/org.python/jython-standalone/
implementation ("org.python:jython-standalone:2.7.2")'org.python:jython-standalone:jar:2.7.2'<dependency org="org.python" name="jython-standalone" rev="2.7.2">
  <artifact name="jython-standalone" type="jar" />
</dependency>@Grapes(
@Grab(group='org.python', module='jython-standalone', version='2.7.2')
)libraryDependencies += "org.python" % "jython-standalone" % "2.7.2"[org.python/jython-standalone "2.7.2"]