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