| License |
License |
|---|---|
| GroupId | GroupIdcom.github.biyusir |
| ArtifactId | ArtifactIdWxApi |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| WxApi-1.0.pom | |
| WxApi-1.0.jar | 9 KB |
| WxApi-1.0-sources.jar | 2 KB |
| WxApi-1.0-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.biyusir/WxApi/ -->
<dependency>
<groupId>com.github.biyusir</groupId>
<artifactId>WxApi</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.biyusir/WxApi/
implementation 'com.github.biyusir:WxApi:1.0'
// https://jarcasting.com/artifacts/com.github.biyusir/WxApi/
implementation ("com.github.biyusir:WxApi:1.0")
'com.github.biyusir:WxApi:jar:1.0'
<dependency org="com.github.biyusir" name="WxApi" rev="1.0">
<artifact name="WxApi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.biyusir', module='WxApi', version='1.0')
)
libraryDependencies += "com.github.biyusir" % "WxApi" % "1.0"
[com.github.biyusir/WxApi "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.8 |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| org.apache.commons : commons-lang3 | jar | 3.1 |