| License |
License |
|---|---|
| GroupId | GroupIdorg.jasig.inspektr |
| ArtifactId | ArtifactIdinspektr |
| Last Version | Last Version1.4.GA |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionInspektr Auditing Library
Inspektr is a non-intrusive auditing library for Java based applications.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| inspektr-1.4.GA.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.inspektr/inspektr/ -->
<dependency>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr</artifactId>
<version>1.4.GA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.inspektr/inspektr/
implementation 'org.jasig.inspektr:inspektr:1.4.GA'
// https://jarcasting.com/artifacts/org.jasig.inspektr/inspektr/
implementation ("org.jasig.inspektr:inspektr:1.4.GA")
'org.jasig.inspektr:inspektr:pom:1.4.GA'
<dependency org="org.jasig.inspektr" name="inspektr" rev="1.4.GA">
<artifact name="inspektr" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jasig.inspektr', module='inspektr', version='1.4.GA')
)
libraryDependencies += "org.jasig.inspektr" % "inspektr" % "1.4.GA"
[org.jasig.inspektr/inspektr "1.4.GA"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.12 |
| javax.validation : validation-api | jar | 1.0.0.GA |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |