Skip to content

sismics/play-jooq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release License

play-jooq plugin

This plugin adds JOOQ support to Play! Framework 1 applications.

How to use

Add the dependency to your dependencies.yml file

require:
    - jooq -> jooq 1.0.0

repositories:
    - sismics:
        type:       http
        artifact:   "http://release.sismics.com/repo/play/[module]-[revision].zip"
        contains:
            - jooq -> *

Run the play deps command

License

This software is released under the terms of the Apache License, Version 2.0. See LICENSE for more information or see https://opensource.org/licenses/Apache-2.0.