Download jep-3.7.0.jar file - Jar j

Jar examples for j:jep

Description

Jep embeds CPython in Java through JNI and is safe to use in a heavily threaded environment.

You can download jar file jep 3.7.0 in this page.

License

The zlib/libpng License

Build File

You can use the following script to add jep-3.7.0.jar to your project.

<dependency>
   <groupId>black.ninia</groupId>
   <artifactId>jep</artifactId>
   <version>3.7.0</version>
</dependency>
compile group: 'black.ninia', name: 'jep', version: '3.7.0'
libraryDependencies += "black.ninia" % "jep" % "3.7.0"
<dependency org="black.ninia" name="jep" rev="3.7.0"/>
@Grapes(@Grab(group='black.ninia', module='jep', version='3.7.0'))
'black.ninia:jep:jar:3.7.0'

Download

Click the following link to download the jar file.

jep-3.7.0-javadoc.jar
jep-3.7.0-sources.jar
jep-3.7.0.jar
jep-3.7.0.pom



Related Tutorials