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