Jar examples for j:jython
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.
BeOpen / CNRI license
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'
Click the following link to download the jar file.
jython-2.1.jar