Jar examples for d:dbvolution-eclipse
DBVolution is dependent on the Eclipse JDT java parser and AST library. This project packages that together with its dependencies for use in DBVolution. There is a long running ticket on the eclipse project to provide access to their libraries via Maven, but nothing so far has come of that as yet: https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745 Note: The version number for this project follows that of the org.eclipse.jdt.core module, and is of form ${version:org.eclipse.jdt.core}.${buildNumber}.
You can download jar file dbvolution-eclipse 3.8.3.3 in this page.
You can use the following script to add dbvolution-eclipse-3.8.3.3.jar to your project.
<dependency> <groupId>nz.co.gregs</groupId> <artifactId>dbvolution-eclipse</artifactId> <version>3.8.3.3</version> </dependency>
compile group: 'nz.co.gregs', name: 'dbvolution-eclipse', version: '3.8.3.3'
libraryDependencies += "nz.co.gregs" % "dbvolution-eclipse" % "3.8.3.3"
<dependency org="nz.co.gregs" name="dbvolution-eclipse" rev="3.8.3.3"/>
@Grapes(@Grab(group='nz.co.gregs', module='dbvolution-eclipse', version='3.8.3.3'))
'nz.co.gregs:dbvolution-eclipse:jar:3.8.3.3'
Click the following link to download the jar file.
dbvolution-eclipse-3.8.3.3-javadoc.jar