GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdcore-ddl |
Version | Version2.0.153 |
Type | Typejar |
Filename | Size |
---|---|
core-ddl-2.0.153.pom | |
core-ddl-2.0.153.jar | 4 KB |
core-ddl-2.0.153-sources.jar | 2 KB |
core-ddl-2.0.153-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/core-ddl/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>core-ddl</artifactId>
<version>2.0.153</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-ddl/
implementation 'org.webpieces:core-ddl:2.0.153'
// https://jarcasting.com/artifacts/org.webpieces/core-ddl/
implementation ("org.webpieces:core-ddl:2.0.153")
'org.webpieces:core-ddl:jar:2.0.153'
<dependency org="org.webpieces" name="core-ddl" rev="2.0.153">
<artifact name="core-ddl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-ddl', version='2.0.153')
)
libraryDependencies += "org.webpieces" % "core-ddl" % "2.0.153"
[org.webpieces/core-ddl "2.0.153"]