| GroupId | GroupIdorg.mycore |
|---|---|
| ArtifactId | ArtifactIdmycore-mets |
| Version | Version2018.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mycore-mets-2018.11.pom | |
| mycore-mets-2018.11.jar | 926 KB |
| mycore-mets-2018.11-sources.jar | 104 KB |
| mycore-mets-2018.11-javadoc.jar | 281 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-mets/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-mets</artifactId>
<version>2018.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-mets/
implementation 'org.mycore:mycore-mets:2018.11'
// https://jarcasting.com/artifacts/org.mycore/mycore-mets/
implementation ("org.mycore:mycore-mets:2018.11")
'org.mycore:mycore-mets:jar:2018.11'
<dependency org="org.mycore" name="mycore-mets" rev="2018.11">
<artifact name="mycore-mets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-mets', version='2018.11')
)
libraryDependencies += "org.mycore" % "mycore-mets" % "2018.11"
[org.mycore/mycore-mets "2018.11"]