is not current version
Last Version 0.1.0

io.github.greenn-lab:ddul 0.0.1

DDul means "ground" in korean prounance. It helps to you when concreate a java projects. And support with database access, cache abstraction, system code generation, hierarchical data handling, article management and etc.

GroupId

GroupId

io.github.greenn-lab
ArtifactId

ArtifactId

ddul
Version

Version

0.0.1
Type

Type

jar

Download ddul 0.0.1


<!-- https://jarcasting.com/artifacts/io.github.greenn-lab/ddul/ -->
<dependency>
    <groupId>io.github.greenn-lab</groupId>
    <artifactId>ddul</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.greenn-lab/ddul/
implementation 'io.github.greenn-lab:ddul:0.0.1'
// https://jarcasting.com/artifacts/io.github.greenn-lab/ddul/
implementation ("io.github.greenn-lab:ddul:0.0.1")
'io.github.greenn-lab:ddul:jar:0.0.1'
<dependency org="io.github.greenn-lab" name="ddul" rev="0.0.1">
  <artifact name="ddul" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.greenn-lab', module='ddul', version='0.0.1')
)
libraryDependencies += "io.github.greenn-lab" % "ddul" % "0.0.1"
[io.github.greenn-lab/ddul "0.0.1"]