Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.luoshu-open |
ArtifactId | ArtifactIdluoshu-config |
Version | Version0.28 |
Type | Typejar |
Filename | Size |
---|---|
luoshu-config-0.28.pom | |
luoshu-config-0.28.jar | 78 KB |
luoshu-config-0.28-sources.jar | 20 KB |
luoshu-config-0.28-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-config/ -->
<dependency>
<groupId>com.github.luoshu-open</groupId>
<artifactId>luoshu-config</artifactId>
<version>0.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-config/
implementation 'com.github.luoshu-open:luoshu-config:0.28'
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-config/
implementation ("com.github.luoshu-open:luoshu-config:0.28")
'com.github.luoshu-open:luoshu-config:jar:0.28'
<dependency org="com.github.luoshu-open" name="luoshu-config" rev="0.28">
<artifact name="luoshu-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luoshu-open', module='luoshu-config', version='0.28')
)
libraryDependencies += "com.github.luoshu-open" % "luoshu-config" % "0.28"
[com.github.luoshu-open/luoshu-config "0.28"]