Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdcarnival-spring-boot-starter-qrcode |
Version | Version1.9.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-qrcode/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>carnival-spring-boot-starter-qrcode</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-qrcode/
implementation 'com.github.yingzhuo:carnival-spring-boot-starter-qrcode:1.9.3'
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-qrcode/
implementation ("com.github.yingzhuo:carnival-spring-boot-starter-qrcode:1.9.3")
'com.github.yingzhuo:carnival-spring-boot-starter-qrcode:jar:1.9.3'
<dependency org="com.github.yingzhuo" name="carnival-spring-boot-starter-qrcode" rev="1.9.3">
<artifact name="carnival-spring-boot-starter-qrcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='carnival-spring-boot-starter-qrcode', version='1.9.3')
)
libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-qrcode" % "1.9.3"
[com.github.yingzhuo/carnival-spring-boot-starter-qrcode "1.9.3"]