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