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