is not current version
Last Version 3.8.3.3

nz.co.gregs:dbvolution-eclipse 3.8.3.2

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}.

Categories

Categories

CLI User Interface
GroupId

GroupId

nz.co.gregs
ArtifactId

ArtifactId

dbvolution-eclipse
Version

Version

3.8.3.2
Type

Type

jar

Download dbvolution-eclipse 3.8.3.2


<!-- https://jarcasting.com/artifacts/nz.co.gregs/dbvolution-eclipse/ -->
<dependency>
    <groupId>nz.co.gregs</groupId>
    <artifactId>dbvolution-eclipse</artifactId>
    <version>3.8.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.gregs/dbvolution-eclipse/
implementation 'nz.co.gregs:dbvolution-eclipse:3.8.3.2'
// https://jarcasting.com/artifacts/nz.co.gregs/dbvolution-eclipse/
implementation ("nz.co.gregs:dbvolution-eclipse:3.8.3.2")
'nz.co.gregs:dbvolution-eclipse:jar:3.8.3.2'
<dependency org="nz.co.gregs" name="dbvolution-eclipse" rev="3.8.3.2">
  <artifact name="dbvolution-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.gregs', module='dbvolution-eclipse', version='3.8.3.2')
)
libraryDependencies += "nz.co.gregs" % "dbvolution-eclipse" % "3.8.3.2"
[nz.co.gregs/dbvolution-eclipse "3.8.3.2"]