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