l

logging-annotation-processor

Annotation processors which handles source level logging annotations
CDDL + GPLv2 with classpath exception
Oracle Corporation
Sandeep Shrivastava
Files download
File Operation
logging-annotation-processor-1.8.jar download
logging-annotation-processor-1.8.pom download
logging-annotation-processor-1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.annotations</groupId>
  <artifactId>logging-annotation-processor</artifactId>
  <version>1.8</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.annotations:logging-annotation-processor:1.8'
Gradle Kotlin
implementation("org.glassfish.annotations:logging-annotation-processor:1.8")
Scala SBT
libraryDependencies += "org.glassfish.annotations" % "logging-annotation-processor" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.annotations', module='logging-annotation-processor', version='1.8')
)
Apache Ivy
<dependency org="org.glassfish.annotations" name="logging-annotation-processor" rev="1.8" />
Leiningen
[org.glassfish.annotations/logging-annotation-processor "1.8"]
Apache Buildr
'org.glassfish.annotations:logging-annotation-processor:jar:1.8'