MVN

net.sf.tie : tie-parent

Maven & Gradle

Oct 03, 2010

Tie Method Interception · Tie is a lightweight library for dynamic method interception.

<dependency>
    <groupId>net.sf.tie</groupId>
    <artifactId>tie-parent</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.tie : tie-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.sf.tie : tie-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
tie-parent-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.tie</groupId>
    <artifactId>tie-parent</artifactId>
    <version>1.2</version>
</dependency>

Advertisement