License |
License |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdcore-ddl |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore-ddl
An API to run DDL commands from Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-ddl-2.1.1.pom | |
core-ddl-2.1.1.jar | 4 KB |
core-ddl-2.1.1-sources.jar | 2 KB |
core-ddl-2.1.1-javadoc.jar | 352 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/core-ddl/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>core-ddl</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-ddl/
implementation 'org.webpieces:core-ddl:2.1.1'
// https://jarcasting.com/artifacts/org.webpieces/core-ddl/
implementation ("org.webpieces:core-ddl:2.1.1")
'org.webpieces:core-ddl:jar:2.1.1'
<dependency org="org.webpieces" name="core-ddl" rev="2.1.1">
<artifact name="core-ddl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-ddl', version='2.1.1')
)
libraryDependencies += "org.webpieces" % "core-ddl" % "2.1.1"
[org.webpieces/core-ddl "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.webpieces : core-util | jar | 2.1.1 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.inject : jakarta.inject-api | jar | |
org.slf4j : slf4j-api | jar | |
ch.qos.logback : logback-classic | jar |