Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.skypyb.poet |
ArtifactId | ArtifactIdpoet-spring-boot-starter |
Version | Versionv3.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.skypyb.poet/poet-spring-boot-starter/ -->
<dependency>
<groupId>com.skypyb.poet</groupId>
<artifactId>poet-spring-boot-starter</artifactId>
<version>v3.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.skypyb.poet/poet-spring-boot-starter/
implementation 'com.skypyb.poet:poet-spring-boot-starter:v3.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.skypyb.poet/poet-spring-boot-starter/
implementation ("com.skypyb.poet:poet-spring-boot-starter:v3.1.0.RELEASE")
'com.skypyb.poet:poet-spring-boot-starter:jar:v3.1.0.RELEASE'
<dependency org="com.skypyb.poet" name="poet-spring-boot-starter" rev="v3.1.0.RELEASE">
<artifact name="poet-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.skypyb.poet', module='poet-spring-boot-starter', version='v3.1.0.RELEASE')
)
libraryDependencies += "com.skypyb.poet" % "poet-spring-boot-starter" % "v3.1.0.RELEASE"
[com.skypyb.poet/poet-spring-boot-starter "v3.1.0.RELEASE"]