t

tac

TAC stands for TIBCO Advanced Components and is aimed at providing advanced components to accelerate development of TIBCO applications such as Maven archetypes (project templates), shared libraries, palettes, ...
https://teecu.be//tac
Files download
File Operation
tac-0.0.1.pom download
Apache Maven
<dependency>
  <groupId>io.teecube.tac</groupId>
  <artifactId>tac</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.teecube.tac:tac:0.0.1'
Gradle Kotlin
implementation("io.teecube.tac:tac:0.0.1")
Scala SBT
libraryDependencies += "io.teecube.tac" % "tac" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.teecube.tac', module='tac', version='0.0.1')
)
Apache Ivy
<dependency org="io.teecube.tac" name="tac" rev="0.0.1" />
Leiningen
[io.teecube.tac/tac "0.0.1"]
Apache Buildr
'io.teecube.tac:tac:jar:0.0.1'