Inspektr Auditing Library

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

License

License

GroupId

GroupId

com.github.inspektr
ArtifactId

ArtifactId

inspektr
Last Version

Last Version

1.1.GA
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project Organization

Rutgers, the State University of New Jersey

Download inspektr

Filename Size
inspektr-1.1.GA.pom 9 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.inspektr/inspektr/ -->
<dependency>
    <groupId>com.github.inspektr</groupId>
    <artifactId>inspektr</artifactId>
    <version>1.1.GA</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr/
implementation 'com.github.inspektr:inspektr:1.1.GA'
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr/
implementation ("com.github.inspektr:inspektr:1.1.GA")
'com.github.inspektr:inspektr:pom:1.1.GA'
<dependency org="com.github.inspektr" name="inspektr" rev="1.1.GA">
  <artifact name="inspektr" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.inspektr', module='inspektr', version='1.1.GA')
)
libraryDependencies += "com.github.inspektr" % "inspektr" % "1.1.GA"
[com.github.inspektr/inspektr "1.1.GA"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5
javax.validation : validation-api jar 1.0.0.GA

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

  • inspektr-common
  • inspektr-error
  • inspektr-audit
  • inspektr-support-spring

Versions

Version
1.1.GA
1.0.7.GA
1.0.5.GA
1.0.4.GA
1.0.2.GA
1.0.1.GA
1.0.0.GA