| GroupId | GroupIdcom.xuxueli |
|---|---|
| ArtifactId | ArtifactIdxxl-conf-core |
| Version | Version1.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xxl-conf-core-1.5.0.pom | |
| xxl-conf-core-1.5.0.jar | 35 KB |
| xxl-conf-core-1.5.0-sources.jar | 24 KB |
| xxl-conf-core-1.5.0-javadoc.jar | 162 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xuxueli/xxl-conf-core/ -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf-core</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xuxueli/xxl-conf-core/
implementation 'com.xuxueli:xxl-conf-core:1.5.0'
// https://jarcasting.com/artifacts/com.xuxueli/xxl-conf-core/
implementation ("com.xuxueli:xxl-conf-core:1.5.0")
'com.xuxueli:xxl-conf-core:jar:1.5.0'
<dependency org="com.xuxueli" name="xxl-conf-core" rev="1.5.0">
<artifact name="xxl-conf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xuxueli', module='xxl-conf-core', version='1.5.0')
)
libraryDependencies += "com.xuxueli" % "xxl-conf-core" % "1.5.0"
[com.xuxueli/xxl-conf-core "1.5.0"]