License |
License
MIT
|
---|---|
GroupId | GroupIdca.grimoire |
ArtifactId | ArtifactIdlog-annotations |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogging annotations & AOP support
Annotations and Spring AOP glue for declarative logging.
|
Project Organization |
Project OrganizationGrimoire Alchymia |
Filename | Size |
---|---|
log-annotations-1.0.pom | |
log-annotations-1.0.jar | 9 KB |
log-annotations-1.0-sources.jar | 4 KB |
log-annotations-1.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.grimoire/log-annotations/ -->
<dependency>
<groupId>ca.grimoire</groupId>
<artifactId>log-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ca.grimoire/log-annotations/
implementation 'ca.grimoire:log-annotations:1.0'
// https://jarcasting.com/artifacts/ca.grimoire/log-annotations/
implementation ("ca.grimoire:log-annotations:1.0")
'ca.grimoire:log-annotations:jar:1.0'
<dependency org="ca.grimoire" name="log-annotations" rev="1.0">
<artifact name="log-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.grimoire', module='log-annotations', version='1.0')
)
libraryDependencies += "ca.grimoire" % "log-annotations" % "1.0"
[ca.grimoire/log-annotations "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
org.aspectj : aspectjrt | jar | 1.6.9 |