is not current version
Last Version 1.6.1

org.erlang.otp:jinterface 1.5.5

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.5
Type

Type

jar

Download jinterface 1.5.5


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