is not current version
Last Version 2.0.1

io.djanta:djanta-java-parent 1.2.3

djanta.io makes writing java microservice easier for everyone

Categories

Categories

Java Languages Ant Build Tools
GroupId

GroupId

io.djanta
ArtifactId

ArtifactId

djanta-java-parent
Version

Version

1.2.3
Type

Type

pom

Download djanta-java-parent 1.2.3


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