is not current version
Last Version 2022.02

org.mycore:mycore-indexing 2018.05


Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

org.mycore
ArtifactId

ArtifactId

mycore-indexing
Version

Version

2018.05
Type

Type

jar

Download mycore-indexing 2018.05


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