GroupId | GroupIdcom.github.salat |
---|---|
ArtifactId | ArtifactIdsalat_2.11 |
Version | Version1.10.0 |
Type | Typepom |
Filename | Size |
---|---|
salat_2.11-1.10.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.salat/salat_2.11/ -->
<dependency>
<groupId>com.github.salat</groupId>
<artifactId>salat_2.11</artifactId>
<version>1.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.salat/salat_2.11/
implementation 'com.github.salat:salat_2.11:1.10.0'
// https://jarcasting.com/artifacts/com.github.salat/salat_2.11/
implementation ("com.github.salat:salat_2.11:1.10.0")
'com.github.salat:salat_2.11:pom:1.10.0'
<dependency org="com.github.salat" name="salat_2.11" rev="1.10.0">
<artifact name="salat_2.11" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.salat', module='salat_2.11', version='1.10.0')
)
libraryDependencies += "com.github.salat" % "salat_2.11" % "1.10.0"
[com.github.salat/salat_2.11 "1.10.0"]