| Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
|---|---|
| GroupId | GroupIdcom.github.hippoom |
| ArtifactId | ArtifactIdwechat-mp-autoconfigure |
| Version | Version0.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/wechat-mp-autoconfigure/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>wechat-mp-autoconfigure</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/wechat-mp-autoconfigure/
implementation 'com.github.hippoom:wechat-mp-autoconfigure:0.1.0'
// https://jarcasting.com/artifacts/com.github.hippoom/wechat-mp-autoconfigure/
implementation ("com.github.hippoom:wechat-mp-autoconfigure:0.1.0")
'com.github.hippoom:wechat-mp-autoconfigure:jar:0.1.0'
<dependency org="com.github.hippoom" name="wechat-mp-autoconfigure" rev="0.1.0">
<artifact name="wechat-mp-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='wechat-mp-autoconfigure', version='0.1.0')
)
libraryDependencies += "com.github.hippoom" % "wechat-mp-autoconfigure" % "0.1.0"
[com.github.hippoom/wechat-mp-autoconfigure "0.1.0"]