is not current version
Last Version 1.9

org.glassfish.annotations:logging-annotation-processor 1.7

Annotation processors which handles source level logging annotations

Categories

Categories

GlassFish Container Application Servers Logging Application Layer Libs
GroupId

GroupId

org.glassfish.annotations
ArtifactId

ArtifactId

logging-annotation-processor
Version

Version

1.7
Type

Type

jar

Download logging-annotation-processor 1.7


<!-- https://jarcasting.com/artifacts/org.glassfish.annotations/logging-annotation-processor/ -->
<dependency>
    <groupId>org.glassfish.annotations</groupId>
    <artifactId>logging-annotation-processor</artifactId>
    <version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.annotations/logging-annotation-processor/
implementation 'org.glassfish.annotations:logging-annotation-processor:1.7'
// https://jarcasting.com/artifacts/org.glassfish.annotations/logging-annotation-processor/
implementation ("org.glassfish.annotations:logging-annotation-processor:1.7")
'org.glassfish.annotations:logging-annotation-processor:jar:1.7'
<dependency org="org.glassfish.annotations" name="logging-annotation-processor" rev="1.7">
  <artifact name="logging-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.annotations', module='logging-annotation-processor', version='1.7')
)
libraryDependencies += "org.glassfish.annotations" % "logging-annotation-processor" % "1.7"
[org.glassfish.annotations/logging-annotation-processor "1.7"]