TFA Hub Core Components

A core components of a Java framework for building software-as-a-service applications.

License

License

GroupId

GroupId

io.github.tfahub
ArtifactId

ArtifactId

tfahub-core
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

TFA Hub Core Components
A core components of a Java framework for building software-as-a-service applications.
Project Organization

Project Organization

TFA Hub Team

Download tfahub-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.tfahub/tfahub-core/ -->
<dependency>
    <groupId>io.github.tfahub</groupId>
    <artifactId>tfahub-core</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tfahub/tfahub-core/
implementation 'io.github.tfahub:tfahub-core:1.0.2'
// https://jarcasting.com/artifacts/io.github.tfahub/tfahub-core/
implementation ("io.github.tfahub:tfahub-core:1.0.2")
'io.github.tfahub:tfahub-core:jar:1.0.2'
<dependency org="io.github.tfahub" name="tfahub-core" rev="1.0.2">
  <artifact name="tfahub-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tfahub', module='tfahub-core', version='1.0.2')
)
libraryDependencies += "io.github.tfahub" % "tfahub-core" % "1.0.2"
[io.github.tfahub/tfahub-core "1.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic Optional jar
org.slf4j : slf4j-api jar

test (2)

Group / Artifact Type Version
junit : junit jar
org.mockito : mockito-core jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0