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.14.jar download
jslt-0.1.14.pom download
jslt-0.1.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.schibsted.spt.data</groupId>
  <artifactId>jslt</artifactId>
  <version>0.1.14</version>
</dependency>
Gradle Groovy
implementation 'com.schibsted.spt.data:jslt:0.1.14'
Gradle Kotlin
implementation("com.schibsted.spt.data:jslt:0.1.14")
Scala SBT
libraryDependencies += "com.schibsted.spt.data" % "jslt" % "0.1.14"
Groovy Grape
@Grapes(
  @Grab(group='com.schibsted.spt.data', module='jslt', version='0.1.14')
)
Apache Ivy
<dependency org="com.schibsted.spt.data" name="jslt" rev="0.1.14" />
Leiningen
[com.schibsted.spt.data/jslt "0.1.14"]
Apache Buildr
'com.schibsted.spt.data:jslt:jar:0.1.14'