is not current version
Last Version 0.5.6

io.github.dunwu:dunwu-starter-parent 0.4.9

Parent pom providing dependency and plugin management for applications built with Maven

GroupId

GroupId

io.github.dunwu
ArtifactId

ArtifactId

dunwu-starter-parent
Version

Version

0.4.9
Type

Type

pom

Download dunwu-starter-parent 0.4.9


<!-- https://jarcasting.com/artifacts/io.github.dunwu/dunwu-starter-parent/ -->
<dependency>
    <groupId>io.github.dunwu</groupId>
    <artifactId>dunwu-starter-parent</artifactId>
    <version>0.4.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dunwu/dunwu-starter-parent/
implementation 'io.github.dunwu:dunwu-starter-parent:0.4.9'
// https://jarcasting.com/artifacts/io.github.dunwu/dunwu-starter-parent/
implementation ("io.github.dunwu:dunwu-starter-parent:0.4.9")
'io.github.dunwu:dunwu-starter-parent:pom:0.4.9'
<dependency org="io.github.dunwu" name="dunwu-starter-parent" rev="0.4.9">
  <artifact name="dunwu-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dunwu', module='dunwu-starter-parent', version='0.4.9')
)
libraryDependencies += "io.github.dunwu" % "dunwu-starter-parent" % "0.4.9"
[io.github.dunwu/dunwu-starter-parent "0.4.9"]