Download example-3.3.0-rc1.jar file - Jar e

Jar examples for e:example

Description

Example project demonstrating generating sources using flatc and running a test with the generated classes using the flatbuffers-java runtime library

You can download jar file example 3.3.0-rc1 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add example-3.3.0-rc1.jar to your project.

<dependency>
   <groupId>net.sf.squirrel-sql.plugins</groupId>
   <artifactId>example</artifactId>
   <version>3.3.0-rc1</version>
</dependency>
compile group: 'net.sf.squirrel-sql.plugins', name: 'example', version: '3.3.0-rc1'
libraryDependencies += "net.sf.squirrel-sql.plugins" % "example" % "3.3.0-rc1"
<dependency org="net.sf.squirrel-sql.plugins" name="example" rev="3.3.0-rc1"/>
@Grapes(@Grab(group='net.sf.squirrel-sql.plugins', module='example', version='3.3.0-rc1'))
'net.sf.squirrel-sql.plugins:example:jar:3.3.0-rc1'

Download

Click the following link to download the jar file.

example-3.3.0-rc1-javadoc.jar
example-3.3.0-rc1-sources.jar
example-3.3.0-rc1-test-sources.jar
example-3.3.0-rc1.jar
example-3.3.0-rc1.pom



Related Tutorials