GroupId | GroupIdio.github.mmdai |
---|---|
ArtifactId | ArtifactIdflood-delay |
Version | Version2.5.3.0 |
Type | Typepom |
Filename | Size |
---|---|
flood-delay-2.5.3.0.pom | 617 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mmdai/flood-delay/ -->
<dependency>
<groupId>io.github.mmdai</groupId>
<artifactId>flood-delay</artifactId>
<version>2.5.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mmdai/flood-delay/
implementation 'io.github.mmdai:flood-delay:2.5.3.0'
// https://jarcasting.com/artifacts/io.github.mmdai/flood-delay/
implementation ("io.github.mmdai:flood-delay:2.5.3.0")
'io.github.mmdai:flood-delay:pom:2.5.3.0'
<dependency org="io.github.mmdai" name="flood-delay" rev="2.5.3.0">
<artifact name="flood-delay" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mmdai', module='flood-delay', version='2.5.3.0')
)
libraryDependencies += "io.github.mmdai" % "flood-delay" % "2.5.3.0"
[io.github.mmdai/flood-delay "2.5.3.0"]