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