MVN

com.github.inspektr : inspektr

Maven & Gradle

Nov 15, 2013

Inspektr Auditing Library · Inspektr is a non-intrusive auditing library for Java 1.5+ based applications.

<dependency>
    <groupId>com.github.inspektr</groupId>
    <artifactId>inspektr</artifactId>
    <version>1.1.GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.inspektr : inspektr to add to Maven - Latest Versions:

  • Latest Stable: 1.1.GA

All Versions

Choose a version of com.github.inspektr : inspektr to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
inspektr-1.1.GA
1.0.x
inspektr-1.0.7.GA
inspektr-1.0.5.GA
inspektr-1.0.4.GA
inspektr-1.0.2.GA
inspektr-1.0.1.GA
inspektr-1.0.0.GA

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.inspektr</groupId>
    <artifactId>inspektr</artifactId>
    <version>1.1.GA</version>
</dependency>

Advertisement