| License |
License |
|---|---|
| GroupId | GroupIdorg.mycore |
| ArtifactId | ArtifactIdoai-parent |
| Last Version | Last Version2.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionOAI Parent POM
The MyCoRe Parent POM holds mailing list, continous integration and plugin definitions used by all MyCoRe Maven projects.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| oai-parent-2.3.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/oai-parent/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>oai-parent</artifactId>
<version>2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/oai-parent/
implementation 'org.mycore:oai-parent:2.3'
// https://jarcasting.com/artifacts/org.mycore/oai-parent/
implementation ("org.mycore:oai-parent:2.3")
'org.mycore:oai-parent:pom:2.3'
<dependency org="org.mycore" name="oai-parent" rev="2.3">
<artifact name="oai-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='oai-parent', version='2.3')
)
libraryDependencies += "org.mycore" % "oai-parent" % "2.3"
[org.mycore/oai-parent "2.3"]