License |
License |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdlang-jython |
Version | Version2.1.1 |
Type | Typejar |
Description |
Descriptionmod-lang-jython
Vert.x module that provides Python support with Jython
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lang-jython-2.1.1.pom | |
lang-jython-2.1.1.jar | 5 KB |
lang-jython-2.1.1-sources.jar | 3 KB |
lang-jython-2.1.1-mod.zip | 8 MB |
lang-jython-2.1.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/lang-jython/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>lang-jython</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/lang-jython/
implementation 'io.vertx:lang-jython:2.1.1'
// https://jarcasting.com/artifacts/io.vertx/lang-jython/
implementation ("io.vertx:lang-jython:2.1.1")
'io.vertx:lang-jython:jar:2.1.1'
<dependency org="io.vertx" name="lang-jython" rev="2.1.1">
<artifact name="lang-jython" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='lang-jython', version='2.1.1')
)
libraryDependencies += "io.vertx" % "lang-jython" % "2.1.1"
[io.vertx/lang-jython "2.1.1"]