is not current version
Last Version 2.1.1

org.webpieces:core-ddl 1.9.116

an api to run DDL commands from java

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

core-ddl
Version

Version

1.9.116
Type

Type

jar

Download core-ddl 1.9.116


<!-- https://jarcasting.com/artifacts/org.webpieces/core-ddl/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>core-ddl</artifactId>
    <version>1.9.116</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-ddl/
implementation 'org.webpieces:core-ddl:1.9.116'
// https://jarcasting.com/artifacts/org.webpieces/core-ddl/
implementation ("org.webpieces:core-ddl:1.9.116")
'org.webpieces:core-ddl:jar:1.9.116'
<dependency org="org.webpieces" name="core-ddl" rev="1.9.116">
  <artifact name="core-ddl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-ddl', version='1.9.116')
)
libraryDependencies += "org.webpieces" % "core-ddl" % "1.9.116"
[org.webpieces/core-ddl "1.9.116"]