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