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

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

The newest version!
module com.github.marschall.jfr.jdbctemplate {

  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.jfr.jdbctemplate;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy