GroupId | GroupIdcom.baidu.disconf |
---|---|
ArtifactId | ArtifactIddisconf-core |
Version | Version2.6.11 |
Type | Typejar |
Filename | Size |
---|---|
disconf-core-2.6.11.pom | |
disconf-core-2.6.11.jar | 110 KB |
disconf-core-2.6.11-tests.jar | 18 KB |
disconf-core-2.6.11-sources.jar | 60 KB |
disconf-core-2.6.11-javadoc.jar | 340 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.disconf/disconf-core/ -->
<dependency>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-core</artifactId>
<version>2.6.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.disconf/disconf-core/
implementation 'com.baidu.disconf:disconf-core:2.6.11'
// https://jarcasting.com/artifacts/com.baidu.disconf/disconf-core/
implementation ("com.baidu.disconf:disconf-core:2.6.11")
'com.baidu.disconf:disconf-core:jar:2.6.11'
<dependency org="com.baidu.disconf" name="disconf-core" rev="2.6.11">
<artifact name="disconf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.disconf', module='disconf-core', version='2.6.11')
)
libraryDependencies += "com.baidu.disconf" % "disconf-core" % "2.6.11"
[com.baidu.disconf/disconf-core "2.6.11"]