MVN

com.hp.autonomy.frontend : idol-types

Maven & Gradle

Apr 28, 2023
5 usages
1 stars

Java Idol Types · Java Client for DOM parsing of ACI responses in accordance with XML schemas

<dependency>
    <groupId>com.hp.autonomy.frontend</groupId>
    <artifactId>idol-types</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hp.autonomy.frontend : idol-types to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.hp.autonomy.frontend : idol-types to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
idol-types-2.0.0
1.23.x
idol-types-1.23.0
1.22.x
idol-types-1.22.1
idol-types-1.22.0
1.21.x
idol-types-1.21.1
idol-types-1.21.0
1.20.x
idol-types-1.20.1
idol-types-1.20.0
1.19.x
idol-types-1.19.2
idol-types-1.19.1
idol-types-1.19.0
1.18.x
idol-types-1.18.0
1.17.x
idol-types-1.17.0
1.16.x
idol-types-1.16.1
idol-types-1.16.0
1.15.x
idol-types-1.15.0
1.14.x
idol-types-1.14.0
1.13.x
idol-types-1.13.0
1.12.x
idol-types-1.12.0
1.11.x
idol-types-1.11.0
1.10.x
idol-types-1.10.0
1.9.x
idol-types-1.9.0
1.8.x
idol-types-1.8.0
1.7.x
idol-types-1.7.0
1.6.x
idol-types-1.6.1
idol-types-1.6.0
1.5.x
idol-types-1.5.2
idol-types-1.5.1
idol-types-1.5.0
1.4.x
idol-types-1.4.0
1.3.x
idol-types-1.3.1
idol-types-1.3.0
1.2.x
idol-types-1.2.1
idol-types-1.2.0
1.1.x
idol-types-1.1.0
1.0.x
idol-types-1.0.1
idol-types-1.0.0
0.5.x
idol-types-0.5.1
idol-types-0.5.0
0.4.x
idol-types-0.4.0
0.3.x
idol-types-0.3.2
idol-types-0.3.1
idol-types-0.3.0
0.2.x
idol-types-0.2.0
0.1.x
idol-types-0.1.2
idol-types-0.1.1
idol-types-0.1.0

How to add a dependency to Maven

Add the following com.hp.autonomy.frontend : idol-types maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hp.autonomy.frontend</groupId>
    <artifactId>idol-types</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hp.autonomy.frontend : idol-types gradle dependency to your build.gradle file:

implementation 'com.hp.autonomy.frontend:idol-types:2.0.0'

Gradle Kotlin DSL: Add the following com.hp.autonomy.frontend : idol-types gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hp.autonomy.frontend:idol-types:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hp.autonomy.frontend : idol-types sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hp.autonomy.frontend" % "idol-types" % "2.0.0"

Advertisement