h

hasmac-json-ld

A JSON-LD 1.1 Processor & API forked from Titanium JSON-LD.
https://github.com/HASMAC-AS/hasmac-json-ld
Apache License, Version 2.0
Håvard M. Ottestad
Files download
File Operation
hasmac-json-ld-0.3.0.jar download
hasmac-json-ld-0.3.0.pom download
hasmac-json-ld-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>no.hasmac</groupId>
  <artifactId>hasmac-json-ld</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'no.hasmac:hasmac-json-ld:0.3.0'
Gradle Kotlin
implementation("no.hasmac:hasmac-json-ld:0.3.0")
Scala SBT
libraryDependencies += "no.hasmac" % "hasmac-json-ld" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='no.hasmac', module='hasmac-json-ld', version='0.3.0')
)
Apache Ivy
<dependency org="no.hasmac" name="hasmac-json-ld" rev="0.3.0" />
Leiningen
[no.hasmac/hasmac-json-ld "0.3.0"]
Apache Buildr
'no.hasmac:hasmac-json-ld:jar:0.3.0'