Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.github.interestinglab.waterdrop |
ArtifactId | ArtifactIdwaterdrop-config |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
waterdrop-config-2.0.0.pom | |
waterdrop-config-2.0.0.jar | 525 KB |
waterdrop-config-2.0.0-sources.jar | 180 KB |
waterdrop-config-2.0.0-javadoc.jar | 369 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.interestinglab.waterdrop/waterdrop-config/ -->
<dependency>
<groupId>io.github.interestinglab.waterdrop</groupId>
<artifactId>waterdrop-config</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.interestinglab.waterdrop/waterdrop-config/
implementation 'io.github.interestinglab.waterdrop:waterdrop-config:2.0.0'
// https://jarcasting.com/artifacts/io.github.interestinglab.waterdrop/waterdrop-config/
implementation ("io.github.interestinglab.waterdrop:waterdrop-config:2.0.0")
'io.github.interestinglab.waterdrop:waterdrop-config:jar:2.0.0'
<dependency org="io.github.interestinglab.waterdrop" name="waterdrop-config" rev="2.0.0">
<artifact name="waterdrop-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.interestinglab.waterdrop', module='waterdrop-config', version='2.0.0')
)
libraryDependencies += "io.github.interestinglab.waterdrop" % "waterdrop-config" % "2.0.0"
[io.github.interestinglab.waterdrop/waterdrop-config "2.0.0"]