License |
License |
---|---|
GroupId | GroupIdcom.baidu.disconf |
ArtifactId | ArtifactIddisconf-base |
Last Version | Last Version2.6.36 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondisconf
Distributed Configuration Management Platform.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
disconf-base-2.6.36.pom | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.disconf/disconf-base/ -->
<dependency>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<version>2.6.36</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.disconf/disconf-base/
implementation 'com.baidu.disconf:disconf-base:2.6.36'
// https://jarcasting.com/artifacts/com.baidu.disconf/disconf-base/
implementation ("com.baidu.disconf:disconf-base:2.6.36")
'com.baidu.disconf:disconf-base:pom:2.6.36'
<dependency org="com.baidu.disconf" name="disconf-base" rev="2.6.36">
<artifact name="disconf-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.baidu.disconf', module='disconf-base', version='2.6.36')
)
libraryDependencies += "com.baidu.disconf" % "disconf-base" % "2.6.36"
[com.baidu.disconf/disconf-base "2.6.36"]