MVN

org.rdfhdt : hdt-java-core

Maven & Gradle

Jan 16, 2023
12 usages

HDT Java Core · HDT Core Library Implementation in Java

<dependency>
    <groupId>org.rdfhdt</groupId>
    <artifactId>hdt-java-core</artifactId>
    <version>3.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rdfhdt : hdt-java-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.9

All Versions

Choose a version of org.rdfhdt : hdt-java-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • hdt-java-core-3.0.9

    Jan 16, 2023
  • hdt-java-core-3.0.8

    Jan 16, 2023
  • hdt-java-core-3.0.7

    Dec 12, 2022
  • hdt-java-core-3.0.6

    Dec 05, 2022
  • hdt-java-core-3.0.5

    Oct 21, 2022
  • hdt-java-core-3.0.4

    Sep 28, 2022
  • hdt-java-core-3.0.3

    Jul 20, 2022
  • hdt-java-core-3.0.2

    Apr 25, 2022
  • hdt-java-core-3.0.1

    Mar 31, 2022
  • hdt-java-core-3.0.0

    Mar 21, 2022
  • hdt-java-core-2.2.1

    Mar 11, 2022
  • hdt-java-core-2.2

    Mar 10, 2022
  • hdt-java-core-2.1.2

    Dec 02, 2020
  • hdt-java-core-1.1

    Apr 01, 2014

How to add a dependency to Maven

Add the following org.rdfhdt : hdt-java-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rdfhdt</groupId>
    <artifactId>hdt-java-core</artifactId>
    <version>3.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rdfhdt : hdt-java-core gradle dependency to your build.gradle file:

implementation 'org.rdfhdt:hdt-java-core:3.0.9'

Gradle Kotlin DSL: Add the following org.rdfhdt : hdt-java-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rdfhdt:hdt-java-core:3.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rdfhdt : hdt-java-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rdfhdt" % "hdt-java-core" % "3.0.9"