8 lines
230 B
Java
8 lines
230 B
Java
/**
|
|
* This module registers the Kotlin extension methods for the JDBC <code>Connection</code> object with the Groovy
|
|
* runtime
|
|
*/
|
|
module solutions.bitbadger.documents.groovy {
|
|
requires solutions.bitbadger.documents.core;
|
|
}
|