Download processors-3.0.jar file - Jar p

Jar examples for p:processors

Description

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module is a container for audit processors implementations.

You can download jar file processors 3.0 in this page.

License

GNU General Public License, version 2

Build File

You can use the following script to add processors-3.0.jar to your project.

<dependency>
   <groupId>edu.arizona.sista</groupId>
   <artifactId>processors</artifactId>
   <version>3.0</version>
</dependency>
compile group: 'edu.arizona.sista', name: 'processors', version: '3.0'
libraryDependencies += "edu.arizona.sista" % "processors" % "3.0"
<dependency org="edu.arizona.sista" name="processors" rev="3.0"/>
@Grapes(@Grab(group='edu.arizona.sista', module='processors', version='3.0'))
'edu.arizona.sista:processors:jar:3.0'

Download

Click the following link to download the jar file.

processors-3.0-javadoc.jar
processors-3.0-models.jar
processors-3.0-sources.jar
processors-3.0.jar
processors-3.0.pom



Related Tutorials