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