GroupId | GroupIdorg.mycore.mir |
---|---|
ArtifactId | ArtifactIdmir-common-resources |
Version | Version2020.08 |
Type | Typejar |
Filename | Size |
---|---|
mir-common-resources-2020.08.pom | |
mir-common-resources-2020.08.jar | 21 KB |
mir-common-resources-2020.08-sources.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mycore.mir/mir-common-resources/ -->
<dependency>
<groupId>org.mycore.mir</groupId>
<artifactId>mir-common-resources</artifactId>
<version>2020.08</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore.mir/mir-common-resources/
implementation 'org.mycore.mir:mir-common-resources:2020.08'
// https://jarcasting.com/artifacts/org.mycore.mir/mir-common-resources/
implementation ("org.mycore.mir:mir-common-resources:2020.08")
'org.mycore.mir:mir-common-resources:jar:2020.08'
<dependency org="org.mycore.mir" name="mir-common-resources" rev="2020.08">
<artifact name="mir-common-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore.mir', module='mir-common-resources', version='2020.08')
)
libraryDependencies += "org.mycore.mir" % "mir-common-resources" % "2020.08"
[org.mycore.mir/mir-common-resources "2020.08"]