j

jslt

A JSON query and transformation language
https://github.com/schibsted/jslt
Apache License 2.0
Schibsted ASA
Schibsted
Files download
File Operation
jslt-0.1.9.jar download
jslt-0.1.9.pom download
jslt-0.1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.schibsted.spt.data</groupId>
  <artifactId>jslt</artifactId>
  <version>0.1.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.schibsted.spt.data:jslt:0.1.9'
Gradle Kotlin
implementation("com.schibsted.spt.data:jslt:0.1.9")
Scala SBT
libraryDependencies += "com.schibsted.spt.data" % "jslt" % "0.1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.schibsted.spt.data', module='jslt', version='0.1.9')
)
Apache Ivy
<dependency org="com.schibsted.spt.data" name="jslt" rev="0.1.9" />
Leiningen
[com.schibsted.spt.data/jslt "0.1.9"]
Apache Buildr
'com.schibsted.spt.data:jslt:jar:0.1.9'