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