| Лицензия |
Лицензия
CDDL + GPLv2 with classpath exception
|
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers |
| Группа | Группаorg.glassfish.admin.runtime.rtapt |
| Идентификатор | Идентификаторannotations |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAdmin Runtime Annotations
Admin Runtime Annotations
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| annotations-1.0.pom | |
| annotations-1.0.jar | 4 KB |
| annotations-1.0-sources.jar | 3 KB |
| annotations-1.0-javadoc.jar | 28 KB |
| Обзор |
<!-- 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"]