License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.org.faster |
ArtifactId | ArtifactIdspring-boot-starter-admin |
Version | Version1.2.0.RELEASE |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-admin/ -->
<dependency>
<groupId>cn.org.faster</groupId>
<artifactId>spring-boot-starter-admin</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-admin/
implementation 'cn.org.faster:spring-boot-starter-admin:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-admin/
implementation ("cn.org.faster:spring-boot-starter-admin:1.2.0.RELEASE")
'cn.org.faster:spring-boot-starter-admin:jar:1.2.0.RELEASE'
<dependency org="cn.org.faster" name="spring-boot-starter-admin" rev="1.2.0.RELEASE">
<artifact name="spring-boot-starter-admin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-admin', version='1.2.0.RELEASE')
)
libraryDependencies += "cn.org.faster" % "spring-boot-starter-admin" % "1.2.0.RELEASE"
[cn.org.faster/spring-boot-starter-admin "1.2.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
cn.org.faster : faster-admin | jar | 1.2.0.RELEASE |
cn.org.faster : faster-web Optional | jar | 1.2.0.RELEASE |
cn.org.faster : spring-boot-starter-shiro | jar | 1.2.0.RELEASE |