Skip to content

Bridje JDBC

gilbertovento edited this page Mar 28, 2016 · 28 revisions

Introduction

Bridje JDBC can be used with maven from central repository.

    <dependencies>
        ....
        <dependency>
            <groupId>org.bridje</groupId>
            <artifactId>bridje-jdbc</artifactId>
            <version>0.1.5-1</version>
        </dependency>
        ....
    </dependencies>
Clone this wiki locally