| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcn.patterncat |
| Идентификатор | Идентификаторspring-boot-starter-qrcode |
| Версия | Версия0.0.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/cn.patterncat/spring-boot-starter-qrcode/ -->
<dependency>
<groupId>cn.patterncat</groupId>
<artifactId>spring-boot-starter-qrcode</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.patterncat/spring-boot-starter-qrcode/
implementation 'cn.patterncat:spring-boot-starter-qrcode:0.0.4'
// https://jarcasting.com/artifacts/cn.patterncat/spring-boot-starter-qrcode/
implementation ("cn.patterncat:spring-boot-starter-qrcode:0.0.4")
'cn.patterncat:spring-boot-starter-qrcode:jar:0.0.4'
<dependency org="cn.patterncat" name="spring-boot-starter-qrcode" rev="0.0.4">
<artifact name="spring-boot-starter-qrcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.patterncat', module='spring-boot-starter-qrcode', version='0.0.4')
)
libraryDependencies += "cn.patterncat" % "spring-boot-starter-qrcode" % "0.0.4"
[cn.patterncat/spring-boot-starter-qrcode "0.0.4"]