<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird</artifactId>
<version>6.0.0-beta-1</version>
</dependency>
@Grapes(
@Grab(group='org.firebirdsql.jdbc', module='jaybird', version='6.0.0-beta-1')
)
compile