l

logging-annotation-processor

Annotation processors which handles source level logging annotations
EPL 2.0 GPL2 w/ CPE
Yamini K B
Files download
File Operation
logging-annotation-processor-1.10.jar download
logging-annotation-processor-1.10.pom download
logging-annotation-processor-1.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.annotations</groupId>
  <artifactId>logging-annotation-processor</artifactId>
  <version>1.10</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.annotations:logging-annotation-processor:1.10'
Gradle Kotlin
implementation("org.glassfish.annotations:logging-annotation-processor:1.10")
Scala SBT
libraryDependencies += "org.glassfish.annotations" % "logging-annotation-processor" % "1.10"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.annotations', module='logging-annotation-processor', version='1.10')
)
Apache Ivy
<dependency org="org.glassfish.annotations" name="logging-annotation-processor" rev="1.10" />
Leiningen
[org.glassfish.annotations/logging-annotation-processor "1.10"]
Apache Buildr
'org.glassfish.annotations:logging-annotation-processor:jar:1.10'