GroupId | GroupIdcom.github.rssh |
---|---|
ArtifactId | ArtifactIdroot_2.12 |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
root_2.12-0.1.0.pom | |
root_2.12-0.1.0.jar | 305 bytes |
root_2.12-0.1.0-sources.jar | 234 bytes |
root_2.12-0.1.0-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rssh/root_2.12/ -->
<dependency>
<groupId>com.github.rssh</groupId>
<artifactId>root_2.12</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rssh/root_2.12/
implementation 'com.github.rssh:root_2.12:0.1.0'
// https://jarcasting.com/artifacts/com.github.rssh/root_2.12/
implementation ("com.github.rssh:root_2.12:0.1.0")
'com.github.rssh:root_2.12:jar:0.1.0'
<dependency org="com.github.rssh" name="root_2.12" rev="0.1.0">
<artifact name="root_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rssh', module='root_2.12', version='0.1.0')
)
libraryDependencies += "com.github.rssh" % "root_2.12" % "0.1.0"
[com.github.rssh/root_2.12 "0.1.0"]