Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.czy1024 |
ArtifactId | ArtifactIdfans-spring-boot-starter |
Version | Version2.0.2-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
fans-spring-boot-starter-2.0.2-RELEASE.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.czy1024/fans-spring-boot-starter/ -->
<dependency>
<groupId>com.github.czy1024</groupId>
<artifactId>fans-spring-boot-starter</artifactId>
<version>2.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.czy1024/fans-spring-boot-starter/
implementation 'com.github.czy1024:fans-spring-boot-starter:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.czy1024/fans-spring-boot-starter/
implementation ("com.github.czy1024:fans-spring-boot-starter:2.0.2-RELEASE")
'com.github.czy1024:fans-spring-boot-starter:pom:2.0.2-RELEASE'
<dependency org="com.github.czy1024" name="fans-spring-boot-starter" rev="2.0.2-RELEASE">
<artifact name="fans-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.czy1024', module='fans-spring-boot-starter', version='2.0.2-RELEASE')
)
libraryDependencies += "com.github.czy1024" % "fans-spring-boot-starter" % "2.0.2-RELEASE"
[com.github.czy1024/fans-spring-boot-starter "2.0.2-RELEASE"]