Parent POM for PubCOI Fos
Only stores versions etc
License |
License |
---|---|
GroupId | GroupIdorg.pubcoi.fos |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionparent
Parent pom providing dependency and plugin management for applications built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.0.2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pubcoi.fos/parent/ -->
<dependency>
<groupId>org.pubcoi.fos</groupId>
<artifactId>parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.pubcoi.fos/parent/
implementation 'org.pubcoi.fos:parent:1.0.2'
// https://jarcasting.com/artifacts/org.pubcoi.fos/parent/
implementation ("org.pubcoi.fos:parent:1.0.2")
'org.pubcoi.fos:parent:pom:1.0.2'
<dependency org="org.pubcoi.fos" name="parent" rev="1.0.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.pubcoi.fos', module='parent', version='1.0.2')
)
libraryDependencies += "org.pubcoi.fos" % "parent" % "1.0.2"
[org.pubcoi.fos/parent "1.0.2"]
Only stores versions etc