License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.admin.runtime.rtapt |
ArtifactId | ArtifactIdannotations |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAdmin Runtime Annotations
Admin Runtime Annotations
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
annotations-1.0.pom | |
annotations-1.0.jar | 4 KB |
annotations-1.0-sources.jar | 3 KB |
annotations-1.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.admin.runtime.rtapt/annotations/ -->
<dependency>
<groupId>org.glassfish.admin.runtime.rtapt</groupId>
<artifactId>annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.admin.runtime.rtapt/annotations/
implementation 'org.glassfish.admin.runtime.rtapt:annotations:1.0'
// https://jarcasting.com/artifacts/org.glassfish.admin.runtime.rtapt/annotations/
implementation ("org.glassfish.admin.runtime.rtapt:annotations:1.0")
'org.glassfish.admin.runtime.rtapt:annotations:jar:1.0'
<dependency org="org.glassfish.admin.runtime.rtapt" name="annotations" rev="1.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.admin.runtime.rtapt', module='annotations', version='1.0')
)
libraryDependencies += "org.glassfish.admin.runtime.rtapt" % "annotations" % "1.0"
[org.glassfish.admin.runtime.rtapt/annotations "1.0"]