License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.frog-warm |
ArtifactId | ArtifactIdspring-boot-admin-common |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
Descriptionspring-boot-admin-common
公共项目
|
<!-- https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin-common/ -->
<dependency>
<groupId>com.github.frog-warm</groupId>
<artifactId>spring-boot-admin-common</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin-common/
implementation 'com.github.frog-warm:spring-boot-admin-common:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin-common/
implementation ("com.github.frog-warm:spring-boot-admin-common:1.0.0.RELEASE")
'com.github.frog-warm:spring-boot-admin-common:jar:1.0.0.RELEASE'
<dependency org="com.github.frog-warm" name="spring-boot-admin-common" rev="1.0.0.RELEASE">
<artifact name="spring-boot-admin-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frog-warm', module='spring-boot-admin-common', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.frog-warm" % "spring-boot-admin-common" % "1.0.0.RELEASE"
[com.github.frog-warm/spring-boot-admin-common "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.4.RELEASE |