MVN

com.github.codeframes : hal-tooling-json

Maven & Gradle

Jan 31, 2017
1 usages
0 stars

HAL Tooling JSON · A Jackson Module for serializing 'com.github.codeframes.hal.tooling.core.HalRepresentable' types (hal-tooling-core) to the JSON format of the HAL standard: application/hal+json.

<dependency>
    <groupId>com.github.codeframes</groupId>
    <artifactId>hal-tooling-json</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.codeframes : hal-tooling-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Alpha: 1.2.0-alpha-1

All Versions

Choose a version of com.github.codeframes : hal-tooling-json to add to Maven or Gradle - All Versions:

  • Version Updated
  • hal-tooling-json-1.2.0-alpha-1

    Jan 31, 2017
  • hal-tooling-json-1.1.1

    Jan 25, 2017
  • hal-tooling-json-1.1.0

    Nov 20, 2016
  • hal-tooling-json-1.0.0

    Nov 08, 2016

How to add a dependency to Maven

Add the following com.github.codeframes : hal-tooling-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.codeframes</groupId>
    <artifactId>hal-tooling-json</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.codeframes : hal-tooling-json gradle dependency to your build.gradle file:

implementation 'com.github.codeframes:hal-tooling-json:1.1.1'

Gradle Kotlin DSL: Add the following com.github.codeframes : hal-tooling-json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.codeframes:hal-tooling-json:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.codeframes : hal-tooling-json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.codeframes" % "hal-tooling-json" % "1.1.1"