License |
License |
---|---|
GroupId | GroupIdcom.github.wandersnail |
ArtifactId | ArtifactIdcommons |
Version | Version1.3.1 |
Type | Typeaar |
Description |
Descriptioncommons
Android http网络请求
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-1.3.1.pom | |
commons-1.3.1.aar | 197 KB |
commons-1.3.1-sources.jar | 66 KB |
commons-1.3.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wandersnail/commons/ -->
<dependency>
<groupId>com.github.wandersnail</groupId>
<artifactId>commons</artifactId>
<version>1.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wandersnail/commons/
implementation 'com.github.wandersnail:commons:1.3.1'
// https://jarcasting.com/artifacts/com.github.wandersnail/commons/
implementation ("com.github.wandersnail:commons:1.3.1")
'com.github.wandersnail:commons:aar:1.3.1'
<dependency org="com.github.wandersnail" name="commons" rev="1.3.1">
<artifact name="commons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wandersnail', module='commons', version='1.3.1')
)
libraryDependencies += "com.github.wandersnail" % "commons" % "1.3.1"
[com.github.wandersnail/commons "1.3.1"]