All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rschall.jfr-jdbctemplate.0.1.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
module com.github.marschall.jfrjdbctemplate {

  requires java.sql;

  requires jdk.jfr;

  requires spring.beans; // required for tests
  requires spring.core;
  requires spring.tx;
  requires transitive spring.jdbc;

  exports com.github.marschall.jfrjdbctemplate;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy