| GroupId | GroupIdio.github.tfahub |
|---|---|
| ArtifactId | ArtifactIdtfahub-bom |
| Version | Version1.0.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| tfahub-bom-1.0.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tfahub/tfahub-bom/
implementation 'io.github.tfahub:tfahub-bom:1.0.3'
// https://jarcasting.com/artifacts/io.github.tfahub/tfahub-bom/
implementation ("io.github.tfahub:tfahub-bom:1.0.3")
'io.github.tfahub:tfahub-bom:pom:1.0.3'
<dependency org="io.github.tfahub" name="tfahub-bom" rev="1.0.3">
<artifact name="tfahub-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.tfahub', module='tfahub-bom', version='1.0.3')
)
libraryDependencies += "io.github.tfahub" % "tfahub-bom" % "1.0.3"
[io.github.tfahub/tfahub-bom "1.0.3"]