Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.pearstack |
ArtifactId | ArtifactIdlock-spring-boot-starter |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
lock-spring-boot-starter-0.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pearstack/lock-spring-boot-starter/ -->
<dependency>
<groupId>io.github.pearstack</groupId>
<artifactId>lock-spring-boot-starter</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pearstack/lock-spring-boot-starter/
implementation 'io.github.pearstack:lock-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/io.github.pearstack/lock-spring-boot-starter/
implementation ("io.github.pearstack:lock-spring-boot-starter:0.0.1")
'io.github.pearstack:lock-spring-boot-starter:pom:0.0.1'
<dependency org="io.github.pearstack" name="lock-spring-boot-starter" rev="0.0.1">
<artifact name="lock-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pearstack', module='lock-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "io.github.pearstack" % "lock-spring-boot-starter" % "0.0.1"
[io.github.pearstack/lock-spring-boot-starter "0.0.1"]