t

tfw

The FrameWork for building highly scalable and maintainable applications
https://github.com/tfw-org/tfw
MIT License
TheFrameWork
David Cover
Files download
File Operation
tfw-2024.2.jar download
tfw-2024.2.pom download
tfw-2024.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.tfw-org</groupId>
  <artifactId>tfw</artifactId>
  <version>2024.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.tfw-org:tfw:2024.2'
Gradle Kotlin
implementation("io.github.tfw-org:tfw:2024.2")
Scala SBT
libraryDependencies += "io.github.tfw-org" % "tfw" % "2024.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.tfw-org', module='tfw', version='2024.2')
)
Apache Ivy
<dependency org="io.github.tfw-org" name="tfw" rev="2024.2" />
Leiningen
[io.github.tfw-org/tfw "2024.2"]
Apache Buildr
'io.github.tfw-org:tfw:jar:2024.2'