All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
3222 days ago
Changelog History
Changelog History
-
v1.0.0-alpha Changes
June 01, 2016๐ FB/Java plugin for Firebird
Manual: https://rawgit.com/FirebirdSQL/fbjava/1.0.0-alpha-1/src/etc/doc/fbjava.pdf
๐ Java Docs: https://rawgit.com/FirebirdSQL/fbjava/1.0.0-alpha-1/apidocs/index.html
๐ Use this setting as maven repository:
<repository> <id>fbjava</id> <name>fbjava</name> <url>https://raw.githubusercontent.com/asfernandes/fbjava-maven/master/maven2</url> </repository>
And this setting for the artifact dependency:
<dependency> <groupId>org.firebirdsql.fbjava</groupId> <artifactId>fbjava</artifactId> <version>1.0.0-alpha-1</version> <scope>provided</scope> </dependency>