is not current version
Last Version 1.0.1

io.github.starlangsoftware:InformationRetrieval 1.0.0

Basic Information Retrieval Algorithms and Data Structures

Categories

Categories

ORM Data
GroupId

GroupId

io.github.starlangsoftware
ArtifactId

ArtifactId

InformationRetrieval
Version

Version

1.0.0
Type

Type

jar

Download InformationRetrieval 1.0.0


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