| GroupId | GroupIdio.github.young-flash |
|---|---|
| ArtifactId | ArtifactIdflash-GAT |
| Version | Version3.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| flash-GAT-3.0.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.young-flash/flash-GAT/ -->
<dependency>
<groupId>io.github.young-flash</groupId>
<artifactId>flash-GAT</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.young-flash/flash-GAT/
implementation 'io.github.young-flash:flash-GAT:3.0.0'
// https://jarcasting.com/artifacts/io.github.young-flash/flash-GAT/
implementation ("io.github.young-flash:flash-GAT:3.0.0")
'io.github.young-flash:flash-GAT:pom:3.0.0'
<dependency org="io.github.young-flash" name="flash-GAT" rev="3.0.0">
<artifact name="flash-GAT" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.young-flash', module='flash-GAT', version='3.0.0')
)
libraryDependencies += "io.github.young-flash" % "flash-GAT" % "3.0.0"
[io.github.young-flash/flash-GAT "3.0.0"]