is not current version
Last Version 2.1.1

io.vertx:lang-jython 2.0.0-final

Vert.x module that provides Python support with Jython

GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

lang-jython
Version

Version

2.0.0-final
Type

Type

jar

Download lang-jython 2.0.0-final


<!-- https://jarcasting.com/artifacts/io.vertx/lang-jython/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>lang-jython</artifactId>
    <version>2.0.0-final</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/lang-jython/
implementation 'io.vertx:lang-jython:2.0.0-final'
// https://jarcasting.com/artifacts/io.vertx/lang-jython/
implementation ("io.vertx:lang-jython:2.0.0-final")
'io.vertx:lang-jython:jar:2.0.0-final'
<dependency org="io.vertx" name="lang-jython" rev="2.0.0-final">
  <artifact name="lang-jython" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='lang-jython', version='2.0.0-final')
)
libraryDependencies += "io.vertx" % "lang-jython" % "2.0.0-final"
[io.vertx/lang-jython "2.0.0-final"]