Last Version

io.inkstand:halite 0.1.1

A lightweight API of the HAL specification that provides base types for JAXB generated classes and convenience methods to add links or embedd resources. The JSon support allows create spec conform json output from the JAXB based datatypes and a Jax-RS provider to write message bodies.

License

License

GroupId

GroupId

io.inkstand
ArtifactId

ArtifactId

halite
Version

Version

0.1.1
Type

Type

pom
Description

Description

io.inkstand:halite
A lightweight API of the HAL specification that provides base types for JAXB generated classes and convenience methods to add links or embedd resources. The JSon support allows create spec conform json output from the JAXB based datatypes and a Jax-RS provider to write message bodies.
Project URL

Project URL

https://github.com/moskitoli/halite

Download halite 0.1.1

Filename Size
halite-0.1.1.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/io.inkstand/halite/ -->
<dependency>
    <groupId>io.inkstand</groupId>
    <artifactId>halite</artifactId>
    <version>0.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.inkstand/halite/
implementation 'io.inkstand:halite:0.1.1'
// https://jarcasting.com/artifacts/io.inkstand/halite/
implementation ("io.inkstand:halite:0.1.1")
'io.inkstand:halite:pom:0.1.1'
<dependency org="io.inkstand" name="halite" rev="0.1.1">
  <artifact name="halite" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.inkstand', module='halite', version='0.1.1')
)
libraryDependencies += "io.inkstand" % "halite" % "0.1.1"
[io.inkstand/halite "0.1.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.6
org.apache.logging.log4j : log4j-slf4j-impl jar 2.0-rc1
org.apache.logging.log4j : log4j-api jar 2.0-rc1
org.apache.logging.log4j : log4j-core jar 2.0-rc1

provided (1)

Group / Artifact Type Version
org.jacoco : jacoco-maven-plugin jar 0.7.1.201405082137

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

  • halite-core
  • halite-json
  • halite-xml
  • halite-rs