is not current version
Last Version 1.3

io.devcon5:parent 1.0

Parent module defining global Maven project settings for all devcon5.io projects. The module contains the settings for publishing artifacts to MavenCentral, including code signing and javadoc. The release mechanism follows the git-flow using the jgitflow plugin of Atlassian.

GroupId

GroupId

io.devcon5
ArtifactId

ArtifactId

parent
Version

Version

1.0
Type

Type

jar

Download parent 1.0


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