| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdconfig-client-spring |
| Last Version | Last Version1.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| config-client-spring-1.3.1.pom | |
| config-client-spring-1.3.1.jar | 17 KB |
| config-client-spring-1.3.1-sources.jar | 12 KB |
| config-client-spring-1.3.1-javadoc.jar | 117 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/config-client-spring/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>config-client-spring</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/config-client-spring/
implementation 'com.github.houbb:config-client-spring:1.3.1'
// https://jarcasting.com/artifacts/com.github.houbb/config-client-spring/
implementation ("com.github.houbb:config-client-spring:1.3.1")
'com.github.houbb:config-client-spring:jar:1.3.1'
<dependency org="com.github.houbb" name="config-client-spring" rev="1.3.1">
<artifact name="config-client-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='config-client-spring', version='1.3.1')
)
libraryDependencies += "com.github.houbb" % "config-client-spring" % "1.3.1"
[com.github.houbb/config-client-spring "1.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.houbb : config-client-core | jar | 1.3.1 |
| org.springframework : spring-context | jar | 5.1.7.RELEASE |