Download j2v8_win32_x86_64-4.6.0.jar file - Jar j

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

Description

J2V8 is a set of Java bindings for V8

You can download jar file j2v8_win32_x86_64 4.6.0 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add j2v8_win32_x86_64-4.6.0.jar to your project.

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

Download

Click the following link to download the jar file.

j2v8_win32_x86_64-4.6.0-javadoc.jar
j2v8_win32_x86_64-4.6.0-sources.jar
j2v8_win32_x86_64-4.6.0.jar
j2v8_win32_x86_64-4.6.0.pom



Related Tutorials