| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators Dex General Purpose Libraries Utility |
| GroupId | GroupIdcom.hp.autonomy.idol |
| ArtifactId | ArtifactIdindexing-api |
| Last Version | Last Version3.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava IDOL Indexing API
API for indexing into IDOL using Java
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| indexing-api-3.1.1.pom | |
| indexing-api-3.1.1.jar | 46 KB |
| indexing-api-3.1.1-sources.jar | 52 KB |
| indexing-api-3.1.1-javadoc.jar | 321 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hp.autonomy.idol/indexing-api/ -->
<dependency>
<groupId>com.hp.autonomy.idol</groupId>
<artifactId>indexing-api</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hp.autonomy.idol/indexing-api/
implementation 'com.hp.autonomy.idol:indexing-api:3.1.1'
// https://jarcasting.com/artifacts/com.hp.autonomy.idol/indexing-api/
implementation ("com.hp.autonomy.idol:indexing-api:3.1.1")
'com.hp.autonomy.idol:indexing-api:jar:3.1.1'
<dependency org="com.hp.autonomy.idol" name="indexing-api" rev="3.1.1">
<artifact name="indexing-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hp.autonomy.idol', module='indexing-api', version='3.1.1')
)
libraryDependencies += "com.hp.autonomy.idol" % "indexing-api" % "3.1.1"
[com.hp.autonomy.idol/indexing-api "3.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| commons-io : commons-io | jar | 2.11.0 |
| ch.qos.logback : logback-classic | jar | 1.2.6 |