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

-m.mmm-orm-db-derby-jdbc.0.9.7.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
/*
 * Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */
/**
 * Provides ORM support for derby database via JDBC.
 */
module io.github.mmm.orm.db.derby.jdbc {

  requires io.github.mmm.orm.db.derby.dialect;

  requires io.github.mmm.orm.jdbc;

  requires org.apache.derby.engine;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy