Download j2v8_linux_x86_64-4.7.1.jar file - Jar j

Jar examples for j:j2v8-linux-x86-64

Description

J2V8 is a set of Java bindings for V8

You can download jar file j2v8_linux_x86_64 4.7.1 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add j2v8_linux_x86_64-4.7.1.jar to your project.

<dependency>
   <groupId>com.eclipsesource.j2v8</groupId>
   <artifactId>j2v8_linux_x86_64</artifactId>
   <version>4.7.1</version>
</dependency>
compile group: 'com.eclipsesource.j2v8', name: 'j2v8_linux_x86_64', version: '4.7.1'
libraryDependencies += "com.eclipsesource.j2v8" % "j2v8_linux_x86_64" % "4.7.1"
<dependency org="com.eclipsesource.j2v8" name="j2v8_linux_x86_64" rev="4.7.1"/>
@Grapes(@Grab(group='com.eclipsesource.j2v8', module='j2v8_linux_x86_64', version='4.7.1'))
'com.eclipsesource.j2v8:j2v8_linux_x86_64:jar:4.7.1'

Download

Click the following link to download the jar file.

j2v8_linux_x86_64-4.7.1-javadoc.jar
j2v8_linux_x86_64-4.7.1-sources.jar
j2v8_linux_x86_64-4.7.1.jar
j2v8_linux_x86_64-4.7.1.pom



Related Tutorials