GroupId | GroupIdcom.yxt.opensdk |
---|---|
ArtifactId | ArtifactIdlibrary_http |
Version | Version2.0 |
Type | Typeaar |
Filename | Size |
---|---|
library_http-2.0.pom | |
library_http-2.0.aar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yxt.opensdk/library_http/ -->
<dependency>
<groupId>com.yxt.opensdk</groupId>
<artifactId>library_http</artifactId>
<version>2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yxt.opensdk/library_http/
implementation 'com.yxt.opensdk:library_http:2.0'
// https://jarcasting.com/artifacts/com.yxt.opensdk/library_http/
implementation ("com.yxt.opensdk:library_http:2.0")
'com.yxt.opensdk:library_http:aar:2.0'
<dependency org="com.yxt.opensdk" name="library_http" rev="2.0">
<artifact name="library_http" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yxt.opensdk', module='library_http', version='2.0')
)
libraryDependencies += "com.yxt.opensdk" % "library_http" % "2.0"
[com.yxt.opensdk/library_http "2.0"]