MVN

io.teecube.tic : tic

Maven & Gradle

Aug 28, 2019

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.

<dependency>
    <groupId>io.teecube.tic</groupId>
    <artifactId>tic</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.teecube.tic : tic to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of io.teecube.tic : tic to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
tic-0.1.0
0.0.x
tic-0.0.5
tic-0.0.4
tic-0.0.3
tic-0.0.2
tic-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.teecube.tic</groupId>
    <artifactId>tic</artifactId>
    <version>0.1.0</version>
</dependency>

Advertisement