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