Download goja-core-0.1.8.jar file - Jar g

Jar examples for g:goja-core

Description

You can download jar file goja-core 0.1.8 in this page.

Build File

You can use the following script to add goja-core-0.1.8.jar to your project.

<dependency>
   <groupId>com.github.sogyf</groupId>
   <artifactId>goja-core</artifactId>
   <version>0.1.8</version>
</dependency>
compile group: 'com.github.sogyf', name: 'goja-core', version: '0.1.8'
libraryDependencies += "com.github.sogyf" % "goja-core" % "0.1.8"
<dependency org="com.github.sogyf" name="goja-core" rev="0.1.8"/>
@Grapes(@Grab(group='com.github.sogyf', module='goja-core', version='0.1.8'))
'com.github.sogyf:goja-core:jar:0.1.8'

Download

Click the following link to download the jar file.

goja-core-0.1.8-javadoc.jar
goja-core-0.1.8-sources.jar
goja-core-0.1.8.jar
goja-core-0.1.8.pom



Related Tutorials