License |
License |
---|---|
GroupId | GroupIdio.devcon5 |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionparent
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 |
Project Organization |
Project OrganizationDevCon5 GmbH |
Source Code Management |
Source Code Management |
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"]