All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by audit with all dependencies

Search JAR files by class name

slf4j from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that logs audit events using slf4j, and passes the event on without modifying it.

Group: org.beiter.michael.eaudit4j.processors Artifact: slf4j
Show all versions Show documentation Show source 
 

1 downloads
Artifact slf4j
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, slf4j-log4j12, commons-lang3, commons-codec,
There are maybe transitive dependencies!

eventId from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that creates a random event ID. The entropy is configurable, and the ID is appended to the event and stored in a configurable field name.

Group: org.beiter.michael.eaudit4j.processors Artifact: eventId
Show all versions Show documentation Show source 
 

0 downloads
Artifact eventId
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

timestamp from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that retrieves the system time and appends a timestamp as a field to audit events.

Group: org.beiter.michael.eaudit4j.processors Artifact: timestamp
Show all versions Show documentation Show source 
 

1 downloads
Artifact timestamp
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

machineId from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that creates a unique machine ID for the machine executing the library and appends it as a field to audit events.

Group: org.beiter.michael.eaudit4j.processors Artifact: machineId
Show all versions Show documentation Show source 
 

0 downloads
Artifact machineId
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

common from group org.beiter.michael.eaudit4j (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides common artifacts such as shared interfaces and factory implementations to instantiate interface implementations.

Group: org.beiter.michael.eaudit4j Artifact: common
Show all versions Show documentation Show source 
 

0 downloads
Artifact common
Group org.beiter.michael.eaudit4j
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies array, slf4j-log4j12, commons-lang3, commons-codec,
There are maybe transitive dependencies!

base from group com.github.corydoras (version 1.5.4)

A collection of basic java utility classes that provide basic features for a standalone/simple JEE application. Backed by a Cassandra, MySQL, or SQLite database, it provides, web page templates, user and group management, and a searchable online audit log of all user activity.

Group: com.github.corydoras Artifact: base
Show all versions Show documentation Show source 
 

0 downloads
Artifact base
Group com.github.corydoras
Version 1.5.4
Last update 29. July 2014
Organization not specified
URL http://maven.apache.org
License Public Domain
Dependencies amount 4
Dependencies javax.servlet-api, sqlite-jdbc, ST4, checkstyle,
There are maybe transitive dependencies!

data-science from group org.odpi.egeria (version 3.15)

The Data Science Open Metadata Access Service (OMAS) provides APIs and events for tools and applications focused on building all types of analytics models such as predictive models and machine learning models. It provides the ability to define the purpose and requirements for a model, along with lineage and audit information relating to the development and validation process associated with the model.

Group: org.odpi.egeria Artifact: data-science
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact data-science
Group org.odpi.egeria
Version 3.15
Last update 31. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jdbc from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides a set of audit processors that persists audit events using JDBC. Depending on the processor implementation, the JDBC connection can be instantiated from a configurable database connection pool, a JNDI name, or a data source. Once persisted, the event is passed on without modification.

Group: org.beiter.michael.eaudit4j.processors Artifact: jdbc
Show all versions Show documentation Show source 
 

0 downloads
Artifact jdbc
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, db, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

audit-parent from group org.beiter.michael.eaudit4j (version 1.1)

The eAudit4j library provides a simple and pluggable solution for auditing in Java. This library uses the concept of "audit streams", with a stream being comprised of one or more "audit processors". An application can configure an unlimited number of audit streams, each with a different configuration. When an application wants to audit an event, it will create and populate an "Event" instance, and then submit the event to the audit stream for processing and persitance. Depending on the audit stream configuration and the processors being used in the audit stream configuration, processing my be synchronous or asynchronous, and utilize different security features.

Group: org.beiter.michael.eaudit4j Artifact: audit-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact audit-parent
Group org.beiter.michael.eaudit4j
Version 1.1
Last update 20. July 2016
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/audit4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

apache-rat-project from group org.apache.rat (version 0.16.1)

Apache Rat is a release audit tool. It improves accuracy and efficiency when checking releases. It is heuristic in nature: making guesses about possible problems. It will produce false positives and cannot find every possible issue with a release. Its reports require interpretation. In response to demands from project quality tool developers, Rat is available as a library suitable for inclusion in tools. This POM describes that library. Note that binary compatibility is not guaranteed between 0.x releases. Apache Rat is developed by the Apache Creadur project, a language and build agnostic home for software distribution comprehension and audit tools.

Group: org.apache.rat Artifact: apache-rat-project
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact apache-rat-project
Group org.apache.rat
Version 0.16.1
Last update 24. January 2024
Organization Apache Software Foundation
URL https://creadur.apache.org/rat/
License Apache License, Version 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 42 from 43 (items total 428)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy