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