is not current version
Last Version 1.1.GA

com.github.inspektr:inspektr 1.0.5.GA

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

GroupId

GroupId

com.github.inspektr
ArtifactId

ArtifactId

inspektr
Version

Version

1.0.5.GA
Type

Type

pom

Download inspektr 1.0.5.GA

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

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