is not current version
Last Version 3

org.aicer:oss-pom-parent 1

Parent POM for OSS Projects by the American Institute for Computing Education and Research Inc.

GroupId

GroupId

org.aicer
ArtifactId

ArtifactId

oss-pom-parent
Version

Version

1
Type

Type

pom

Download oss-pom-parent 1

Filename Size
oss-pom-parent-1.pom 5 KB
Browse

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