Download jython-2.1.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.1 in this page.

License

BeOpen / CNRI license

Build File

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

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

Download

Click the following link to download the jar file.

jython-2.1.jar
jython-2.1.pom



Related Tutorials