is not current version
Last Version 2022.02

org.mycore:mycore-restapi 2018.05


GroupId

GroupId

org.mycore
ArtifactId

ArtifactId

mycore-restapi
Version

Version

2018.05
Type

Type

jar

Download mycore-restapi 2018.05


<!-- https://jarcasting.com/artifacts/org.mycore/mycore-restapi/ -->
<dependency>
    <groupId>org.mycore</groupId>
    <artifactId>mycore-restapi</artifactId>
    <version>2018.05</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-restapi/
implementation 'org.mycore:mycore-restapi:2018.05'
// https://jarcasting.com/artifacts/org.mycore/mycore-restapi/
implementation ("org.mycore:mycore-restapi:2018.05")
'org.mycore:mycore-restapi:jar:2018.05'
<dependency org="org.mycore" name="mycore-restapi" rev="2018.05">
  <artifact name="mycore-restapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-restapi', version='2018.05')
)
libraryDependencies += "org.mycore" % "mycore-restapi" % "2018.05"
[org.mycore/mycore-restapi "2018.05"]