License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdorg.openimaj.tools |
ArtifactId | ArtifactIdSequenceFileIndexer |
Last Version | Last Version1.3.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSequenceFileIndexer
Tool for building an index of the keys in a Hadoop SequenceFile.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.openimaj.tools/SequenceFileIndexer/ -->
<dependency>
<groupId>org.openimaj.tools</groupId>
<artifactId>SequenceFileIndexer</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj.tools/SequenceFileIndexer/
implementation 'org.openimaj.tools:SequenceFileIndexer:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj.tools/SequenceFileIndexer/
implementation ("org.openimaj.tools:SequenceFileIndexer:1.3.10")
'org.openimaj.tools:SequenceFileIndexer:jar:1.3.10'
<dependency org="org.openimaj.tools" name="SequenceFileIndexer" rev="1.3.10">
<artifact name="SequenceFileIndexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj.tools', module='SequenceFileIndexer', version='1.3.10')
)
libraryDependencies += "org.openimaj.tools" % "SequenceFileIndexer" % "1.3.10"
[org.openimaj.tools/SequenceFileIndexer "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.openimaj : core-hadoop | jar | 1.3.10 |
org.openimaj : ImprovedArgs4J | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |