is not current version
Last Version 2022.02

org.mycore:mycore-indexing 2021.06.0


Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

org.mycore
ArtifactId

ArtifactId

mycore-indexing
Version

Version

2021.06.0
Type

Type

jar

Download mycore-indexing 2021.06.0


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