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