| License |
License |
|---|---|
| GroupId | GroupIdorg.aicer |
| ArtifactId | ArtifactIdaicer-oss-parent |
| Version | Version37 |
| Type | Typepom |
| Description |
DescriptionAICER OSS Parent POM
Parent POM for OSS Projects by the American Institute for Computing Education and Research Inc.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| aicer-oss-parent-37.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aicer/aicer-oss-parent/ -->
<dependency>
<groupId>org.aicer</groupId>
<artifactId>aicer-oss-parent</artifactId>
<version>37</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aicer/aicer-oss-parent/
implementation 'org.aicer:aicer-oss-parent:37'
// https://jarcasting.com/artifacts/org.aicer/aicer-oss-parent/
implementation ("org.aicer:aicer-oss-parent:37")
'org.aicer:aicer-oss-parent:pom:37'
<dependency org="org.aicer" name="aicer-oss-parent" rev="37">
<artifact name="aicer-oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aicer', module='aicer-oss-parent', version='37')
)
libraryDependencies += "org.aicer" % "aicer-oss-parent" % "37"
[org.aicer/aicer-oss-parent "37"]