License |
License
BSD 3-clause Revised License
|
---|---|
GroupId | GroupIdorg.beiter.michael.eaudit4j |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
common-1.1.pom | |
common-1.1.jar | 31 KB |
common-1.1-sources.jar | 53 KB |
common-1.1-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j/common/ -->
<dependency>
<groupId>org.beiter.michael.eaudit4j</groupId>
<artifactId>common</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j/common/
implementation 'org.beiter.michael.eaudit4j:common:1.1'
// https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j/common/
implementation ("org.beiter.michael.eaudit4j:common:1.1")
'org.beiter.michael.eaudit4j:common:jar:1.1'
<dependency org="org.beiter.michael.eaudit4j" name="common" rev="1.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beiter.michael.eaudit4j', module='common', version='1.1')
)
libraryDependencies += "org.beiter.michael.eaudit4j" % "common" % "1.1"
[org.beiter.michael.eaudit4j/common "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.beiter.michael.util : array | jar | 1.4 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
commons-codec : commons-codec | jar | 1.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.3 |