is not current version
Last Version 1.9

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

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.1
Type

Type

jar

Download logging-annotation-processor 1.1


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