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