Download jinterface-1.5.6.jar file - Jar j

Jar examples for j:jinterface

Description

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.

You can download jar file jinterface 1.5.6 in this page.

License

ERLANG PUBLIC LICENSE 1.1

Build File

You can use the following script to add jinterface-1.5.6.jar to your project.

<dependency>
   <groupId>org.erlang.otp</groupId>
   <artifactId>jinterface</artifactId>
   <version>1.5.6</version>
</dependency>
compile group: 'org.erlang.otp', name: 'jinterface', version: '1.5.6'
libraryDependencies += "org.erlang.otp" % "jinterface" % "1.5.6"
<dependency org="org.erlang.otp" name="jinterface" rev="1.5.6"/>
@Grapes(@Grab(group='org.erlang.otp', module='jinterface', version='1.5.6'))
'org.erlang.otp:jinterface:jar:1.5.6'

Download

Click the following link to download the jar file.

jinterface-1.5.6-javadoc.jar
jinterface-1.5.6-sources.jar
jinterface-1.5.6.jar
jinterface-1.5.6.pom



Related Tutorials