is not current version
Last Version 2022.02

org.mycore:mycore-indexing 2020.02


Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

org.mycore
ArtifactId

ArtifactId

mycore-indexing
Version

Version

2020.02
Type

Type

jar

Download mycore-indexing 2020.02


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