License |
License |
---|---|
Categories |
CategoriesData Logging Application Layer Libs |
GroupId | GroupIdorg.dataconservancy.pass.notify |
ArtifactId | ArtifactIdlogging-aop |
Version | Version0.1.0-3.4 |
Type | Typejar |
Description |
DescriptionLogging Aspect
Compose and dispatch notifications to users based on PASS events
|
Filename | Size |
---|---|
logging-aop-0.1.0-3.4.pom | |
logging-aop-0.1.0-3.4.jar | 5 KB |
logging-aop-0.1.0-3.4-tests.jar | 2 KB |
logging-aop-0.1.0-3.4-sources.jar | 4 KB |
logging-aop-0.1.0-3.4-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dataconservancy.pass.notify/logging-aop/ -->
<dependency>
<groupId>org.dataconservancy.pass.notify</groupId>
<artifactId>logging-aop</artifactId>
<version>0.1.0-3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.dataconservancy.pass.notify/logging-aop/
implementation 'org.dataconservancy.pass.notify:logging-aop:0.1.0-3.4'
// https://jarcasting.com/artifacts/org.dataconservancy.pass.notify/logging-aop/
implementation ("org.dataconservancy.pass.notify:logging-aop:0.1.0-3.4")
'org.dataconservancy.pass.notify:logging-aop:jar:0.1.0-3.4'
<dependency org="org.dataconservancy.pass.notify" name="logging-aop" rev="0.1.0-3.4">
<artifact name="logging-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dataconservancy.pass.notify', module='logging-aop', version='0.1.0-3.4')
)
libraryDependencies += "org.dataconservancy.pass.notify" % "logging-aop" % "0.1.0-3.4"
[org.dataconservancy.pass.notify/logging-aop "0.1.0-3.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.dataconservancy.pass.notify : notification-model | jar | 0.1.0-3.4 |
org.dataconservancy.pass.notify : dispatch-api | jar | 0.1.0-3.4 |
org.springframework : spring-context | jar | 5.0.8.RELEASE |
org.springframework : spring-aop | jar | 5.0.8.RELEASE |
org.aspectj : aspectjrt | jar | 1.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.12.0 |