GroupId | GroupIdcom.github.mvv.sash |
---|---|
ArtifactId | ArtifactIdsash-cats_2.13.0-M5 |
Version | Version0.1-M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mvv.sash/sash-cats_2.13.0-M5/ -->
<dependency>
<groupId>com.github.mvv.sash</groupId>
<artifactId>sash-cats_2.13.0-M5</artifactId>
<version>0.1-M2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvv.sash/sash-cats_2.13.0-M5/
implementation 'com.github.mvv.sash:sash-cats_2.13.0-M5:0.1-M2'
// https://jarcasting.com/artifacts/com.github.mvv.sash/sash-cats_2.13.0-M5/
implementation ("com.github.mvv.sash:sash-cats_2.13.0-M5:0.1-M2")
'com.github.mvv.sash:sash-cats_2.13.0-M5:jar:0.1-M2'
<dependency org="com.github.mvv.sash" name="sash-cats_2.13.0-M5" rev="0.1-M2">
<artifact name="sash-cats_2.13.0-M5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mvv.sash', module='sash-cats_2.13.0-M5', version='0.1-M2')
)
libraryDependencies += "com.github.mvv.sash" % "sash-cats_2.13.0-M5" % "0.1-M2"
[com.github.mvv.sash/sash-cats_2.13.0-M5 "0.1-M2"]