| Categories | CategoriesPython Languages | 
|---|---|
| GroupId | GroupIdorg.python | 
| ArtifactId | ArtifactIdjython | 
| Version | Version2.2-beta2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| jython-2.2-beta2.pom | |
| jython-2.2-beta2.jar | 1 MB | 
| jython-2.2-beta2-sources.jar | 665 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.python/jython/ -->
<dependency>
    <groupId>org.python</groupId>
    <artifactId>jython</artifactId>
    <version>2.2-beta2</version>
</dependency>// https://jarcasting.com/artifacts/org.python/jython/
implementation 'org.python:jython:2.2-beta2'// https://jarcasting.com/artifacts/org.python/jython/
implementation ("org.python:jython:2.2-beta2")'org.python:jython:jar:2.2-beta2'<dependency org="org.python" name="jython" rev="2.2-beta2">
  <artifact name="jython" type="jar" />
</dependency>@Grapes(
@Grab(group='org.python', module='jython', version='2.2-beta2')
)libraryDependencies += "org.python" % "jython" % "2.2-beta2"[org.python/jython "2.2-beta2"]