Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.schibsted.spt.data |
ArtifactId | ArtifactIdjslt |
Version | Version0.1.8 |
Type | Typepom |
Filename | Size |
---|---|
jslt-0.1.8.pom | |
jslt-0.1.8.jar | 1 KB |
jslt-0.1.8-sources.jar | 112 KB |
jslt-0.1.8-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.schibsted.spt.data/jslt/ -->
<dependency>
<groupId>com.schibsted.spt.data</groupId>
<artifactId>jslt</artifactId>
<version>0.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.schibsted.spt.data/jslt/
implementation 'com.schibsted.spt.data:jslt:0.1.8'
// https://jarcasting.com/artifacts/com.schibsted.spt.data/jslt/
implementation ("com.schibsted.spt.data:jslt:0.1.8")
'com.schibsted.spt.data:jslt:pom:0.1.8'
<dependency org="com.schibsted.spt.data" name="jslt" rev="0.1.8">
<artifact name="jslt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.schibsted.spt.data', module='jslt', version='0.1.8')
)
libraryDependencies += "com.schibsted.spt.data" % "jslt" % "0.1.8"
[com.schibsted.spt.data/jslt "0.1.8"]