MVN

org.erlang.otp : jinterface

Maven & Gradle

Apr 11, 2016
21 usages
10.6k stars

jinterface · Jinterface Java package contains java classes, which help you integrate programs written in Java with Erlang. Erlang is a programming language designed at the Ericsson Computer Science Laboratory.

<dependency>
    <groupId>org.erlang.otp</groupId>
    <artifactId>jinterface</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.erlang.otp : jinterface to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of org.erlang.otp : jinterface to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
jinterface-1.6.1
1.5.x
jinterface-1.5.6
jinterface-1.5.5
jinterface-1.5.4
jinterface-1.5.3.2
jinterface-1.5.3.1
jinterface-1.5.3
jinterface-1.5.2

How to add a dependency to Maven

Add the following org.erlang.otp : jinterface maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.erlang.otp</groupId>
    <artifactId>jinterface</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.erlang.otp : jinterface gradle dependency to your build.gradle file:

implementation 'org.erlang.otp:jinterface:1.6.1'

Gradle Kotlin DSL: Add the following org.erlang.otp : jinterface gradle kotlin dependency to your build.gradle.kts file:

implementation("org.erlang.otp:jinterface:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.erlang.otp : jinterface sbt scala dependency to your build.sbt file:

libraryDependencies += "org.erlang.otp" % "jinterface" % "1.6.1"

Advertisement

Dependencies from Group

Apr 11, 2016
21 usages
10.6k stars

Discover Dependencies

Aug 16, 2023
11 usages
235 stars
Aug 24, 2022
16 usages
14k stars
Jun 12, 2019
4 usages
228 stars
Dec 04, 2022
9 usages
3 stars
Mar 14, 2019
3 usages
34 stars
Sep 29, 2022
50 usages
2.2k stars
Aug 10, 2023
544 stars
Mar 18, 2017