GroupId | GroupIdorg.mycore |
---|---|
ArtifactId | ArtifactIdmycore-restapi |
Version | Version2020.06.0 |
Type | Typejar |
Filename | Size |
---|---|
mycore-restapi-2020.06.0.pom | |
mycore-restapi-2020.06.0.jar | 231 KB |
mycore-restapi-2020.06.0-sources.jar | 131 KB |
mycore-restapi-2020.06.0-javadoc.jar | 787 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-restapi/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-restapi</artifactId>
<version>2020.06.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-restapi/
implementation 'org.mycore:mycore-restapi:2020.06.0'
// https://jarcasting.com/artifacts/org.mycore/mycore-restapi/
implementation ("org.mycore:mycore-restapi:2020.06.0")
'org.mycore:mycore-restapi:jar:2020.06.0'
<dependency org="org.mycore" name="mycore-restapi" rev="2020.06.0">
<artifact name="mycore-restapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-restapi', version='2020.06.0')
)
libraryDependencies += "org.mycore" % "mycore-restapi" % "2020.06.0"
[org.mycore/mycore-restapi "2020.06.0"]