License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.nocrala.tools.database.builder |
ArtifactId | ArtifactIddatabase-builder |
Last Version | Last Version1.2.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDatabase Builder Project
This 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
database-builder-1.2.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nocrala.tools.database.builder/database-builder/ -->
<dependency>
<groupId>org.nocrala.tools.database.builder</groupId>
<artifactId>database-builder</artifactId>
<version>1.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nocrala.tools.database.builder/database-builder/
implementation 'org.nocrala.tools.database.builder:database-builder:1.2.3'
// https://jarcasting.com/artifacts/org.nocrala.tools.database.builder/database-builder/
implementation ("org.nocrala.tools.database.builder:database-builder:1.2.3")
'org.nocrala.tools.database.builder:database-builder:pom:1.2.3'
<dependency org="org.nocrala.tools.database.builder" name="database-builder" rev="1.2.3">
<artifact name="database-builder" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nocrala.tools.database.builder', module='database-builder', version='1.2.3')
)
libraryDependencies += "org.nocrala.tools.database.builder" % "database-builder" % "1.2.3"
[org.nocrala.tools.database.builder/database-builder "1.2.3"]