<dependency> <groupId>com.schibsted.spt.data</groupId> <artifactId>jslt</artifactId> <version>0.1.9</version> <type>pom</type> </dependency>
implementation 'com.schibsted.spt.data:jslt:0.1.9'
implementation("com.schibsted.spt.data:jslt:0.1.9")
libraryDependencies += "com.schibsted.spt.data" % "jslt" % "0.1.9"
@Grapes( @Grab(group='com.schibsted.spt.data', module='jslt', version='0.1.9') )
<dependency org="com.schibsted.spt.data" name="jslt" rev="0.1.9" />
[com.schibsted.spt.data/jslt "0.1.9"]
'com.schibsted.spt.data:jslt:jar:0.1.9'
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.10.3