t

tic

TIC stands for TIBCO Infrastructure Core and is composed of several Maven plugins defining core lifecycles for different TIBCO products (BW5, BW6). These plugins can package, deploy and manage configuration of TIBCO applications.
https://teecu.be/tic
Files download
File Operation
tic-0.1.0.pom download
Apache Maven
<dependency>
  <groupId>io.teecube.tic</groupId>
  <artifactId>tic</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.teecube.tic:tic:0.1.0'
Gradle Kotlin
implementation("io.teecube.tic:tic:0.1.0")
Scala SBT
libraryDependencies += "io.teecube.tic" % "tic" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.teecube.tic', module='tic', version='0.1.0')
)
Apache Ivy
<dependency org="io.teecube.tic" name="tic" rev="0.1.0" />
Leiningen
[io.teecube.tic/tic "0.1.0"]
Apache Buildr
'io.teecube.tic:tic:jar:0.1.0'