MVN

io.github.tfw-org : tfw

Maven & Gradle

Aug 23, 2023
1 stars

tfw · The FrameWork for building highly scalable and maintainable applications

<dependency>
    <groupId>io.github.tfw-org</groupId>
    <artifactId>tfw</artifactId>
    <version>2023.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.tfw-org : tfw to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.14

All Versions

Choose a version of io.github.tfw-org : tfw to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.14
tfw-2023.14
2023.13
tfw-2023.13
2023.12
tfw-2023.12
2023.11
tfw-2023.11
2023.10
tfw-2023.10
2023.9
tfw-2023.9
2023.8
tfw-2023.8
2023.7
tfw-2023.7
2023.6
tfw-2023.6
2023.5
tfw-2023.5
2023.4
tfw-2023.4
2023.2
tfw-2023.2

How to add a dependency to Maven

Add the following io.github.tfw-org : tfw maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.tfw-org</groupId>
    <artifactId>tfw</artifactId>
    <version>2023.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.tfw-org : tfw gradle dependency to your build.gradle file:

implementation 'io.github.tfw-org:tfw:2023.14'

Gradle Kotlin DSL: Add the following io.github.tfw-org : tfw gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.tfw-org:tfw:2023.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.tfw-org : tfw sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.tfw-org" % "tfw" % "2023.14"