Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.shuaidd |
ArtifactId | ArtifactIdqywx-spring-boot-autoconfigurator |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shuaidd/qywx-spring-boot-autoconfigurator/ -->
<dependency>
<groupId>com.github.shuaidd</groupId>
<artifactId>qywx-spring-boot-autoconfigurator</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shuaidd/qywx-spring-boot-autoconfigurator/
implementation 'com.github.shuaidd:qywx-spring-boot-autoconfigurator:2.0.0'
// https://jarcasting.com/artifacts/com.github.shuaidd/qywx-spring-boot-autoconfigurator/
implementation ("com.github.shuaidd:qywx-spring-boot-autoconfigurator:2.0.0")
'com.github.shuaidd:qywx-spring-boot-autoconfigurator:jar:2.0.0'
<dependency org="com.github.shuaidd" name="qywx-spring-boot-autoconfigurator" rev="2.0.0">
<artifact name="qywx-spring-boot-autoconfigurator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shuaidd', module='qywx-spring-boot-autoconfigurator', version='2.0.0')
)
libraryDependencies += "com.github.shuaidd" % "qywx-spring-boot-autoconfigurator" % "2.0.0"
[com.github.shuaidd/qywx-spring-boot-autoconfigurator "2.0.0"]