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