is not current version
Last Version 2022.02

org.mycore:mycore-indexing 2018.06.0.2


Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

org.mycore
ArtifactId

ArtifactId

mycore-indexing
Version

Version

2018.06.0.2
Type

Type

jar

Download mycore-indexing 2018.06.0.2


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