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