How to install the Java artifact net.sf.squirrel-sql.plugins.dbdiff with Maven
Java
Maven
pom.xml
net.sf.squirrel-sql.plugins
dbdiff
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>dbdiff</artifactId>
<version>3.5.0</version>
</dependency>
/dependencies>