| GroupId | GroupIdorg.mycore |
|---|---|
| ArtifactId | ArtifactIdmycore-mets |
| Version | Version2018.06.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mycore-mets-2018.06.0.3.pom | |
| mycore-mets-2018.06.0.3.jar | 914 KB |
| mycore-mets-2018.06.0.3-sources.jar | 93 KB |
| mycore-mets-2018.06.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-mets/
implementation 'org.mycore:mycore-mets:2018.06.0.3'
// https://jarcasting.com/artifacts/org.mycore/mycore-mets/
implementation ("org.mycore:mycore-mets:2018.06.0.3")
'org.mycore:mycore-mets:jar:2018.06.0.3'
<dependency org="org.mycore" name="mycore-mets" rev="2018.06.0.3">
<artifact name="mycore-mets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-mets', version='2018.06.0.3')
)
libraryDependencies += "org.mycore" % "mycore-mets" % "2018.06.0.3"
[org.mycore/mycore-mets "2018.06.0.3"]