License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Data |
GroupId | GroupIdorg.nocrala.tools.database.builder |
ArtifactId | ArtifactIddatabase-builder-ant-plugin |
Last Version | Last Version1.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis Maven plugin automates the build, rebuild, and clean operations on a project database based
on the SQL source code available in a strict, versioned structure in the the SCM.
|
<!-- https://jarcasting.com/artifacts/org.nocrala.tools.database.builder/database-builder-ant-plugin/ -->
<dependency>
<groupId>org.nocrala.tools.database.builder</groupId>
<artifactId>database-builder-ant-plugin</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nocrala.tools.database.builder/database-builder-ant-plugin/
implementation 'org.nocrala.tools.database.builder:database-builder-ant-plugin:1.2.3'
// https://jarcasting.com/artifacts/org.nocrala.tools.database.builder/database-builder-ant-plugin/
implementation ("org.nocrala.tools.database.builder:database-builder-ant-plugin:1.2.3")
'org.nocrala.tools.database.builder:database-builder-ant-plugin:jar:1.2.3'
<dependency org="org.nocrala.tools.database.builder" name="database-builder-ant-plugin" rev="1.2.3">
<artifact name="database-builder-ant-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nocrala.tools.database.builder', module='database-builder-ant-plugin', version='1.2.3')
)
libraryDependencies += "org.nocrala.tools.database.builder" % "database-builder-ant-plugin" % "1.2.3"
[org.nocrala.tools.database.builder/database-builder-ant-plugin "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.nocrala.tools.database.builder : database-builder-core | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |