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