License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers Logging Application Layer Libs |
GroupId | GroupIdorg.glassfish.annotations |
ArtifactId | ArtifactIdlogging-annotation-processor |
Last Version | Last Version1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlassFish Logging Annotation Processor
Annotation processors which handles source level logging annotations
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.glassfish.annotations/logging-annotation-processor/ -->
<dependency>
<groupId>org.glassfish.annotations</groupId>
<artifactId>logging-annotation-processor</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.annotations/logging-annotation-processor/
implementation 'org.glassfish.annotations:logging-annotation-processor:1.9'
// https://jarcasting.com/artifacts/org.glassfish.annotations/logging-annotation-processor/
implementation ("org.glassfish.annotations:logging-annotation-processor:1.9")
'org.glassfish.annotations:logging-annotation-processor:jar:1.9'
<dependency org="org.glassfish.annotations" name="logging-annotation-processor" rev="1.9">
<artifact name="logging-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.annotations', module='logging-annotation-processor', version='1.9')
)
libraryDependencies += "org.glassfish.annotations" % "logging-annotation-processor" % "1.9"
[org.glassfish.annotations/logging-annotation-processor "1.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.12 |