| GroupId | GroupIdio.github.mmdai |
|---|---|
| ArtifactId | ArtifactIdflood-tx-comm |
| Version | Version2.5.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flood-tx-comm-2.5.3.0.pom | |
| flood-tx-comm-2.5.3.0.jar | 3 KB |
| flood-tx-comm-2.5.3.0-sources.jar | 1 KB |
| flood-tx-comm-2.5.3.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mmdai/flood-tx-comm/ -->
<dependency>
<groupId>io.github.mmdai</groupId>
<artifactId>flood-tx-comm</artifactId>
<version>2.5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mmdai/flood-tx-comm/
implementation 'io.github.mmdai:flood-tx-comm:2.5.3.0'
// https://jarcasting.com/artifacts/io.github.mmdai/flood-tx-comm/
implementation ("io.github.mmdai:flood-tx-comm:2.5.3.0")
'io.github.mmdai:flood-tx-comm:jar:2.5.3.0'
<dependency org="io.github.mmdai" name="flood-tx-comm" rev="2.5.3.0">
<artifact name="flood-tx-comm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mmdai', module='flood-tx-comm', version='2.5.3.0')
)
libraryDependencies += "io.github.mmdai" % "flood-tx-comm" % "2.5.3.0"
[io.github.mmdai/flood-tx-comm "2.5.3.0"]