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}.
http://maven.apache.org
Gregory Graham
文件下载
文件名 操作
dbvolution-eclipse-3.8.3.3.jar 下载
dbvolution-eclipse-3.8.3.3.pom 下载
dbvolution-eclipse-3.8.3.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>nz.co.gregs</groupId>
  <artifactId>dbvolution-eclipse</artifactId>
  <version>3.8.3.3</version>
</dependency>
Gradle Groovy
implementation 'nz.co.gregs:dbvolution-eclipse:3.8.3.3'
Gradle Kotlin
implementation("nz.co.gregs:dbvolution-eclipse:3.8.3.3")
Scala SBT
libraryDependencies += "nz.co.gregs" % "dbvolution-eclipse" % "3.8.3.3"
Groovy Grape
@Grapes(
  @Grab(group='nz.co.gregs', module='dbvolution-eclipse', version='3.8.3.3')
)
Apache Ivy
<dependency org="nz.co.gregs" name="dbvolution-eclipse" rev="3.8.3.3" />
Leiningen
[nz.co.gregs/dbvolution-eclipse "3.8.3.3"]
Apache Buildr
'nz.co.gregs:dbvolution-eclipse:jar:3.8.3.3'