Apache Derby Database Engine and Embedded JDBC Driver Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Contains the core Apache Derby database engine, which also includes the embedded JDBC driver.
Copy below Apache Derby Database Engine and Embedded JDBC Driver maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.apache.derby/derby -->
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.15.1.3</version>
<scope>test</scope>
</dependency>
Copy below Apache Derby Database Engine and Embedded JDBC Driver gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.apache.derby/derby
testCompile group: 'org.apache.derby', name: 'derby', version: '10.15.1.3'
https://repo1.maven.org/maven2/org/apache/derby/derby/10.15.1.3/derby-10.15.1.3.jar