MVN

black.ninia : jep

Maven & Gradle

Dec 27, 2022
36 usages
1.2k stars

Java Embedded Python · Jep embeds CPython in Java through JNI.

<dependency>
    <groupId>black.ninia</groupId>
    <artifactId>jep</artifactId>
    <version>4.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of black.ninia : jep to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.1

All Versions

Choose a version of black.ninia : jep to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
jep-4.1.1
jep-4.1.0
4.0.x
jep-4.0.3
jep-4.0.2
jep-4.0.1
jep-4.0.0
3.9.x
jep-3.9.1
jep-3.9.0
3.8.x
jep-3.8.2
jep-3.8.1
jep-3.8.0
3.7.x
jep-3.7.1
jep-3.7.0

How to add a dependency to Maven

Add the following black.ninia : jep maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>black.ninia</groupId>
    <artifactId>jep</artifactId>
    <version>4.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following black.ninia : jep gradle dependency to your build.gradle file:

implementation 'black.ninia:jep:4.1.1'

Gradle Kotlin DSL: Add the following black.ninia : jep gradle kotlin dependency to your build.gradle.kts file:

implementation("black.ninia:jep:4.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following black.ninia : jep sbt scala dependency to your build.sbt file:

libraryDependencies += "black.ninia" % "jep" % "4.1.1"

Advertisement