GroupId | GroupIdio.github.tim06 |
---|---|
ArtifactId | ArtifactIdshadowsocksr |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
shadowsocksr-1.0.0.pom | |
shadowsocksr-1.0.0-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tim06/shadowsocksr/ -->
<dependency>
<groupId>io.github.tim06</groupId>
<artifactId>shadowsocksr</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tim06/shadowsocksr/
implementation 'io.github.tim06:shadowsocksr:1.0.0'
// https://jarcasting.com/artifacts/io.github.tim06/shadowsocksr/
implementation ("io.github.tim06:shadowsocksr:1.0.0")
'io.github.tim06:shadowsocksr:aar:1.0.0'
<dependency org="io.github.tim06" name="shadowsocksr" rev="1.0.0">
<artifact name="shadowsocksr" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tim06', module='shadowsocksr', version='1.0.0')
)
libraryDependencies += "io.github.tim06" % "shadowsocksr" % "1.0.0"
[io.github.tim06/shadowsocksr "1.0.0"]