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

Categories

Categories

CLI User Interface
GroupId

GroupId

nz.co.gregs
ArtifactId

ArtifactId

dbvolution-eclipse
Last Version

Last Version

3.8.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://svn.code.sf.net/p/dbveclipse/code/tags/dbvolution-eclipse-3.8.3.3

Download dbvolution-eclipse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.8.3.3
3.8.3.2