is not current version
Last Version 1.1.0

io.github.tfahub:tfahub-bom 1.0.3

The BOM (Bill of materials) to make sure a consistent set of versions is used for TFA Hub modules.

GroupId

GroupId

io.github.tfahub
ArtifactId

ArtifactId

tfahub-bom
Version

Version

1.0.3
Type

Type

pom

Download tfahub-bom 1.0.3

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"]