Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdxyz.aptx-4869 |
ArtifactId | ArtifactIdwxwork-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/xyz.aptx-4869/wxwork-spring-boot-starter/ -->
<dependency>
<groupId>xyz.aptx-4869</groupId>
<artifactId>wxwork-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.aptx-4869/wxwork-spring-boot-starter/
implementation 'xyz.aptx-4869:wxwork-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/xyz.aptx-4869/wxwork-spring-boot-starter/
implementation ("xyz.aptx-4869:wxwork-spring-boot-starter:1.0.1")
'xyz.aptx-4869:wxwork-spring-boot-starter:jar:1.0.1'
<dependency org="xyz.aptx-4869" name="wxwork-spring-boot-starter" rev="1.0.1">
<artifact name="wxwork-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.aptx-4869', module='wxwork-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "xyz.aptx-4869" % "wxwork-spring-boot-starter" % "1.0.1"
[xyz.aptx-4869/wxwork-spring-boot-starter "1.0.1"]