is not current version
Last Version 2.1.1

io.vertx:lang-jython 2.1.0-RC1

Vert.x module that provides Python support with Jython

GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

lang-jython
Version

Version

2.1.0-RC1
Type

Type

jar

Download lang-jython 2.1.0-RC1


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