m

mycore-parent

The MyCoRe Parent POM holds mailing list, continous integration and plugin definitions used by all MyCoRe Maven projects.
http://www.mycore.org/generated
GNU General Public License, version 3
The MyCoRe Community
Thomas Scheffler Kathleen Neumann
Files download
File Operation
mycore-parent-52.pom download
Apache Maven
<dependency>
  <groupId>org.mycore</groupId>
  <artifactId>mycore-parent</artifactId>
  <version>52</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mycore:mycore-parent:52'
Gradle Kotlin
implementation("org.mycore:mycore-parent:52")
Scala SBT
libraryDependencies += "org.mycore" % "mycore-parent" % "52"
Groovy Grape
@Grapes(
  @Grab(group='org.mycore', module='mycore-parent', version='52')
)
Apache Ivy
<dependency org="org.mycore" name="mycore-parent" rev="52" />
Leiningen
[org.mycore/mycore-parent "52"]
Apache Buildr
'org.mycore:mycore-parent:jar:52'
Dependencies
The project has no third-party dependencies