Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdnet.sixpointsix |
ArtifactId | ArtifactIdcarpo-mi-spring-boot |
Version | Version0.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sixpointsix/carpo-mi-spring-boot/ -->
<dependency>
<groupId>net.sixpointsix</groupId>
<artifactId>carpo-mi-spring-boot</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sixpointsix/carpo-mi-spring-boot/
implementation 'net.sixpointsix:carpo-mi-spring-boot:0.6.1'
// https://jarcasting.com/artifacts/net.sixpointsix/carpo-mi-spring-boot/
implementation ("net.sixpointsix:carpo-mi-spring-boot:0.6.1")
'net.sixpointsix:carpo-mi-spring-boot:jar:0.6.1'
<dependency org="net.sixpointsix" name="carpo-mi-spring-boot" rev="0.6.1">
<artifact name="carpo-mi-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sixpointsix', module='carpo-mi-spring-boot', version='0.6.1')
)
libraryDependencies += "net.sixpointsix" % "carpo-mi-spring-boot" % "0.6.1"
[net.sixpointsix/carpo-mi-spring-boot "0.6.1"]