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