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