| License |
License |
|---|---|
| GroupId | GroupIdorg.hiylo.components |
| ArtifactId | ArtifactIdwechat |
| Version | Version3.0.0 |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationClouds Studio |
| Filename | Size |
|---|---|
| wechat-3.0.0.pom | |
| wechat-3.0.0.jar | 70 KB |
| wechat-3.0.0-sources.jar | 42 KB |
| wechat-3.0.0-javadoc.jar | 230 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hiylo.components/wechat/ -->
<dependency>
<groupId>org.hiylo.components</groupId>
<artifactId>wechat</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hiylo.components/wechat/
implementation 'org.hiylo.components:wechat:3.0.0'
// https://jarcasting.com/artifacts/org.hiylo.components/wechat/
implementation ("org.hiylo.components:wechat:3.0.0")
'org.hiylo.components:wechat:jar:3.0.0'
<dependency org="org.hiylo.components" name="wechat" rev="3.0.0">
<artifact name="wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hiylo.components', module='wechat', version='3.0.0')
)
libraryDependencies += "org.hiylo.components" % "wechat" % "3.0.0"
[org.hiylo.components/wechat "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hiylo.components : fentity | jar | 3.0.0 |
| com.github.wxpay : wxpay-sdk | jar | 0.0.3 |
| com.google.code.gson : gson | jar | 2.8.6 |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.1.RELEASE |
| org.hiylo.components : commons | jar | 3.0.0 |
| com.google.guava : guava | jar | 28.2-jre |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.21 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.1.RELEASE |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.21 |