Download grid-3.6.3.jar file - Jar g

Jar examples for g:grid

Description

A grid component for JavaFX 8

You can download jar file grid 3.6.3 in this page.

License

'The Apache Software License, Version 2.0'

Build File

You can use the following script to add grid-3.6.3.jar to your project.

<dependency>
   <groupId>ch.exense.step</groupId>
   <artifactId>grid</artifactId>
   <version>3.6.3</version>
</dependency>
compile group: 'ch.exense.step', name: 'grid', version: '3.6.3'
libraryDependencies += "ch.exense.step" % "grid" % "3.6.3"
<dependency org="ch.exense.step" name="grid" rev="3.6.3"/>
@Grapes(@Grab(group='ch.exense.step', module='grid', version='3.6.3'))
'ch.exense.step:grid:jar:3.6.3'

Download

Click the following link to download the jar file.

grid-3.6.3-javadoc.jar
grid-3.6.3-sources.jar
grid-3.6.3.jar
grid-3.6.3.pom



Related Tutorials