Java Embedded Python

Jep embeds CPython in Java through JNI.

License

License

GroupId

GroupId

black.ninia
ArtifactId

ArtifactId

jep
Last Version

Last Version

4.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Java Embedded Python
Jep embeds CPython in Java through JNI.
Project URL

Project URL

https://github.com/ninia/jep
Source Code Management

Source Code Management

https://github.com/ninia/jep/tree/v4.0.3

Download jep

How to add to project

<!-- https://jarcasting.com/artifacts/black.ninia/jep/ -->
<dependency>
    <groupId>black.ninia</groupId>
    <artifactId>jep</artifactId>
    <version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/black.ninia/jep/
implementation 'black.ninia:jep:4.0.3'
// https://jarcasting.com/artifacts/black.ninia/jep/
implementation ("black.ninia:jep:4.0.3")
'black.ninia:jep:jar:4.0.3'
<dependency org="black.ninia" name="jep" rev="4.0.3">
  <artifact name="jep" type="jar" />
</dependency>
@Grapes(
@Grab(group='black.ninia', module='jep', version='4.0.3')
)
libraryDependencies += "black.ninia" % "jep" % "4.0.3"
[black.ninia/jep "4.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.3
4.0.2
4.0.1
4.0.0
3.9.1
3.9.0
3.8.2
3.8.1
3.8.0
3.7.1
3.7.0