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