Jar examples for j:jep
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.
The zlib/libpng License
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'
Click the following link to download the jar file.
jep-3.7.0-javadoc.jar