is not current version
Last Version 1.6.1

org.erlang.otp:jinterface 1.5.6

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.

GroupId

GroupId

org.erlang.otp
ArtifactId

ArtifactId

jinterface
Version

Version

1.5.6
Type

Type

jar

Download jinterface 1.5.6


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