GroupId | GroupIdio.github.interestinglab.waterdrop |
---|---|
ArtifactId | ArtifactIdwaterdrop-dist |
Version | Version2.0.0 |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
waterdrop-dist-2.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.interestinglab.waterdrop/waterdrop-dist/ -->
<dependency>
<groupId>io.github.interestinglab.waterdrop</groupId>
<artifactId>waterdrop-dist</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.interestinglab.waterdrop/waterdrop-dist/
implementation 'io.github.interestinglab.waterdrop:waterdrop-dist:2.0.0'
// https://jarcasting.com/artifacts/io.github.interestinglab.waterdrop/waterdrop-dist/
implementation ("io.github.interestinglab.waterdrop:waterdrop-dist:2.0.0")
'io.github.interestinglab.waterdrop:waterdrop-dist:pom:2.0.0'
<dependency org="io.github.interestinglab.waterdrop" name="waterdrop-dist" rev="2.0.0">
<artifact name="waterdrop-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.interestinglab.waterdrop', module='waterdrop-dist', version='2.0.0')
)
libraryDependencies += "io.github.interestinglab.waterdrop" % "waterdrop-dist" % "2.0.0"
[io.github.interestinglab.waterdrop/waterdrop-dist "2.0.0"]