MVN

nz.co.gregs : dbvolution-eclipse

Maven & Gradle

Oct 23, 2013
3 usages

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

<dependency>
    <groupId>nz.co.gregs</groupId>
    <artifactId>dbvolution-eclipse</artifactId>
    <version>3.8.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.co.gregs : dbvolution-eclipse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.3.3

All Versions

Choose a version of nz.co.gregs : dbvolution-eclipse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8.x
dbvolution-eclipse-3.8.3.3
dbvolution-eclipse-3.8.3.2

How to add a dependency to Maven

Add the following nz.co.gregs : dbvolution-eclipse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.co.gregs</groupId>
    <artifactId>dbvolution-eclipse</artifactId>
    <version>3.8.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.co.gregs : dbvolution-eclipse gradle dependency to your build.gradle file:

implementation 'nz.co.gregs:dbvolution-eclipse:3.8.3.3'

Gradle Kotlin DSL: Add the following nz.co.gregs : dbvolution-eclipse gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.co.gregs:dbvolution-eclipse:3.8.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.co.gregs : dbvolution-eclipse sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.co.gregs" % "dbvolution-eclipse" % "3.8.3.3"

Advertisement

Dependencies from Group

Oct 23, 2013
3 usages
Feb 02, 2023
2 usages
Aug 20, 2023
1 usages
2 stars
Aug 18, 2018
4 stars
Apr 30, 2015

Discover Dependencies

Oct 20, 2013
11 usages
6 stars
Jan 24, 2022
7 usages
May 17, 2014
1 usages
55 stars
Apr 26, 2012
1 usages
Sep 20, 2005
4 usages
Apr 08, 2015
8 usages
Jun 13, 2014
10 usages
Dec 20, 2010
2 usages
Oct 26, 2012
3 usages
1 stars