Last Version

parent 1.3

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.

License

License

GroupId

GroupId

io.devcon5
ArtifactId

ArtifactId

parent
Version

Version

1.3
Type

Type

pom
Description

Description

parent
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.
Project URL

Project URL

https://github.com/devcon5io/parent
Project Organization

Project Organization

DevCon5 GmbH
Source Code Management

Source Code Management

https://github.com/devcon5io/parent/

Download parent 1.3

Filename Size
parent-1.3.pom 12 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.