Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdnet.lz1998 |
ArtifactId | ArtifactIdpbbot-spring-boot-starter |
Version | Version0.0.2 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/net.lz1998/pbbot-spring-boot-starter/ -->
<dependency>
<groupId>net.lz1998</groupId>
<artifactId>pbbot-spring-boot-starter</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.lz1998/pbbot-spring-boot-starter/
implementation 'net.lz1998:pbbot-spring-boot-starter:0.0.2'
// https://jarcasting.com/artifacts/net.lz1998/pbbot-spring-boot-starter/
implementation ("net.lz1998:pbbot-spring-boot-starter:0.0.2")
'net.lz1998:pbbot-spring-boot-starter:pom:0.0.2'
<dependency org="net.lz1998" name="pbbot-spring-boot-starter" rev="0.0.2">
<artifact name="pbbot-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.lz1998', module='pbbot-spring-boot-starter', version='0.0.2')
)
libraryDependencies += "net.lz1998" % "pbbot-spring-boot-starter" % "0.0.2"
[net.lz1998/pbbot-spring-boot-starter "0.0.2"]