audit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.beshu.ror</groupId>
<artifactId>audit</artifactId>
<version>1.18.10</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>tech.beshu.ror</groupId>
<artifactId>audit</artifactId>
<version>1.18.10</version>
<name>ReadonlyREST audit library</name>
<description>A library to writing custom audit log serializer for Elasticsearch ReadonlyREST plugin</description>
<url>http://www.example.com/library</url>
<licenses>
<license>
<name>GNU GENERAL PUBLIC LICENSE, Version 3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>scarduzio</id>
<name>Simone Scarduzio</name>
<email>simone@readonlyrest.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:sscarduzio/elasticsearch-readonlyrest-plugin.git</connection>
<url>https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin/</url>
</scm>
</project>