License |
License |
---|---|
GroupId | GroupIdcom.glancebar.wechat |
ArtifactId | ArtifactIdwechat-library |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionSpring WeChat API Integration.
|
Filename | Size |
---|---|
wechat-library-0.0.2.pom | |
wechat-library-0.0.2.jar | 13 KB |
wechat-library-0.0.2-sources.jar | 3 KB |
wechat-library-0.0.2-javadoc.jar | 310 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.glancebar.wechat/wechat-library/ -->
<dependency>
<groupId>com.glancebar.wechat</groupId>
<artifactId>wechat-library</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.glancebar.wechat/wechat-library/
implementation 'com.glancebar.wechat:wechat-library:0.0.2'
// https://jarcasting.com/artifacts/com.glancebar.wechat/wechat-library/
implementation ("com.glancebar.wechat:wechat-library:0.0.2")
'com.glancebar.wechat:wechat-library:jar:0.0.2'
<dependency org="com.glancebar.wechat" name="wechat-library" rev="0.0.2">
<artifact name="wechat-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glancebar.wechat', module='wechat-library', version='0.0.2')
)
libraryDependencies += "com.glancebar.wechat" % "wechat-library" % "0.0.2"
[com.glancebar.wechat/wechat-library "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.3.2 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.8 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.21 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |