Download jython-2.2-beta1.jar file - Jar j

Jar examples for j:jython

Description

Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.

You can download jar file jython 2.2-beta1 in this page.

License

BeOpen / CNRI license

Build File

You can use the following script to add jython-2.2-beta1.jar to your project.

<dependency>
   <groupId>jython</groupId>
   <artifactId>jython</artifactId>
   <version>2.2-beta1</version>
</dependency>
compile group: 'jython', name: 'jython', version: '2.2-beta1'
libraryDependencies += "jython" % "jython" % "2.2-beta1"
<dependency org="jython" name="jython" rev="2.2-beta1"/>
@Grapes(@Grab(group='jython', module='jython', version='2.2-beta1'))
'jython:jython:jar:2.2-beta1'

Download

Click the following link to download the jar file.

jython-2.2-beta1.pom



Related Tutorials