c

core

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