GroupId | GroupIdio.github.vvb2060.ndk |
---|---|
ArtifactId | ArtifactIdcurl |
Version | Version7.83.0 |
Type | Typeaar |
Filename | Size |
---|---|
curl-7.83.0.pom | |
curl-7.83.0-sources.jar | 261 bytes |
curl-7.83.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.vvb2060.ndk/curl/ -->
<dependency>
<groupId>io.github.vvb2060.ndk</groupId>
<artifactId>curl</artifactId>
<version>7.83.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.vvb2060.ndk/curl/
implementation 'io.github.vvb2060.ndk:curl:7.83.0'
// https://jarcasting.com/artifacts/io.github.vvb2060.ndk/curl/
implementation ("io.github.vvb2060.ndk:curl:7.83.0")
'io.github.vvb2060.ndk:curl:aar:7.83.0'
<dependency org="io.github.vvb2060.ndk" name="curl" rev="7.83.0">
<artifact name="curl" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.vvb2060.ndk', module='curl', version='7.83.0')
)
libraryDependencies += "io.github.vvb2060.ndk" % "curl" % "7.83.0"
[io.github.vvb2060.ndk/curl "7.83.0"]