Skip to content

FociNotes/fbjava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

FB/Java plugin for Firebird

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 62.9%
  • HTML 32.4%
  • CSS 1.5%
  • C++ 1.5%
  • PLSQL 1.0%
  • Shell 0.5%
  • Other 0.2%