GroupId | GroupIdcom.github.shadowsocks |
---|---|
ArtifactId | ArtifactIdplugin |
Version | Version1.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
plugin-1.2.0.pom | |
plugin-1.2.0.aar | 58 KB |
plugin-1.2.0-sources.jar | 709 bytes |
plugin-1.2.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shadowsocks/plugin/ -->
<dependency>
<groupId>com.github.shadowsocks</groupId>
<artifactId>plugin</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shadowsocks/plugin/
implementation 'com.github.shadowsocks:plugin:1.2.0'
// https://jarcasting.com/artifacts/com.github.shadowsocks/plugin/
implementation ("com.github.shadowsocks:plugin:1.2.0")
'com.github.shadowsocks:plugin:aar:1.2.0'
<dependency org="com.github.shadowsocks" name="plugin" rev="1.2.0">
<artifact name="plugin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.shadowsocks', module='plugin', version='1.2.0')
)
libraryDependencies += "com.github.shadowsocks" % "plugin" % "1.2.0"
[com.github.shadowsocks/plugin "1.2.0"]