Files
solutions.bitbadger.documents/src/groovy/src/main/java/module-info.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;
}