Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdspring-boot-stater-env |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/spring-boot-stater-env/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>spring-boot-stater-env</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/spring-boot-stater-env/
implementation 'com.github.yingzhuo:spring-boot-stater-env:1.0.1'
// https://jarcasting.com/artifacts/com.github.yingzhuo/spring-boot-stater-env/
implementation ("com.github.yingzhuo:spring-boot-stater-env:1.0.1")
'com.github.yingzhuo:spring-boot-stater-env:jar:1.0.1'
<dependency org="com.github.yingzhuo" name="spring-boot-stater-env" rev="1.0.1">
<artifact name="spring-boot-stater-env" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='spring-boot-stater-env', version='1.0.1')
)
libraryDependencies += "com.github.yingzhuo" % "spring-boot-stater-env" % "1.0.1"
[com.github.yingzhuo/spring-boot-stater-env "1.0.1"]