License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.unidal.cat |
ArtifactId | ArtifactIdcat-spring-boot-starter |
Last Version | Last Version1.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncat-spring-boot-starter
Spring Boot Support for Cat
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.unidal.cat/cat-spring-boot-starter/ -->
<dependency>
<groupId>org.unidal.cat</groupId>
<artifactId>cat-spring-boot-starter</artifactId>
<version>1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.cat/cat-spring-boot-starter/
implementation 'org.unidal.cat:cat-spring-boot-starter:1.0-RC1'
// https://jarcasting.com/artifacts/org.unidal.cat/cat-spring-boot-starter/
implementation ("org.unidal.cat:cat-spring-boot-starter:1.0-RC1")
'org.unidal.cat:cat-spring-boot-starter:jar:1.0-RC1'
<dependency org="org.unidal.cat" name="cat-spring-boot-starter" rev="1.0-RC1">
<artifact name="cat-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unidal.cat', module='cat-spring-boot-starter', version='1.0-RC1')
)
libraryDependencies += "org.unidal.cat" % "cat-spring-boot-starter" % "1.0-RC1"
[org.unidal.cat/cat-spring-boot-starter "1.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.7.0 |
com.dianping.cat : cat-client | jar | 4.0-RC1 |
org.apiguardian : apiguardian-api | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |
junit : junit | jar | 4.13.2 |