GroupId | GroupIdcom.lodsve |
---|---|
ArtifactId | ArtifactIdlodsve-wechat |
Version | Version2.6.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
lodsve-wechat-2.6.1-RELEASE.pom | |
lodsve-wechat-2.6.1-RELEASE.jar | 98 KB |
lodsve-wechat-2.6.1-RELEASE-sources.jar | 57 KB |
lodsve-wechat-2.6.1-RELEASE-javadoc.jar | 541 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lodsve/lodsve-wechat/ -->
<dependency>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-wechat</artifactId>
<version>2.6.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.lodsve/lodsve-wechat/
implementation 'com.lodsve:lodsve-wechat:2.6.1-RELEASE'
// https://jarcasting.com/artifacts/com.lodsve/lodsve-wechat/
implementation ("com.lodsve:lodsve-wechat:2.6.1-RELEASE")
'com.lodsve:lodsve-wechat:jar:2.6.1-RELEASE'
<dependency org="com.lodsve" name="lodsve-wechat" rev="2.6.1-RELEASE">
<artifact name="lodsve-wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lodsve', module='lodsve-wechat', version='2.6.1-RELEASE')
)
libraryDependencies += "com.lodsve" % "lodsve-wechat" % "2.6.1-RELEASE"
[com.lodsve/lodsve-wechat "2.6.1-RELEASE"]