| GroupId | GroupIdio.github.tfahub |
|---|---|
| ArtifactId | ArtifactIdtfahub-bom |
| Version | Version1.0.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| tfahub-bom-1.0.4.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.tfahub/tfahub-bom/ -->
<dependency>
<groupId>io.github.tfahub</groupId>
<artifactId>tfahub-bom</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tfahub/tfahub-bom/
implementation 'io.github.tfahub:tfahub-bom:1.0.4'
// https://jarcasting.com/artifacts/io.github.tfahub/tfahub-bom/
implementation ("io.github.tfahub:tfahub-bom:1.0.4")
'io.github.tfahub:tfahub-bom:pom:1.0.4'
<dependency org="io.github.tfahub" name="tfahub-bom" rev="1.0.4">
<artifact name="tfahub-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.tfahub', module='tfahub-bom', version='1.0.4')
)
libraryDependencies += "io.github.tfahub" % "tfahub-bom" % "1.0.4"
[io.github.tfahub/tfahub-bom "1.0.4"]