License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.annotations |
ArtifactId | ArtifactIdsource-annotation-processor |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlassFish Source Annotation Processors
Annotation processors which handles source level annotations
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.annotations/source-annotation-processor/ -->
<dependency>
<groupId>org.glassfish.annotations</groupId>
<artifactId>source-annotation-processor</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.annotations/source-annotation-processor/
implementation 'org.glassfish.annotations:source-annotation-processor:1.1'
// https://jarcasting.com/artifacts/org.glassfish.annotations/source-annotation-processor/
implementation ("org.glassfish.annotations:source-annotation-processor:1.1")
'org.glassfish.annotations:source-annotation-processor:jar:1.1'
<dependency org="org.glassfish.annotations" name="source-annotation-processor" rev="1.1">
<artifact name="source-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.annotations', module='source-annotation-processor', version='1.1')
)
libraryDependencies += "org.glassfish.annotations" % "source-annotation-processor" % "1.1"
[org.glassfish.annotations/source-annotation-processor "1.1"]