| Категории |
КатегорииGlassFish Контейнер Application Servers |
|---|---|
| Группа | Группаorg.glassfish.core |
| Идентификатор | Идентификаторapi-exporter |
| Версия | Версия3.2-b02 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| api-exporter-3.2-b02.pom | |
| api-exporter-3.2-b02.jar | 2 KB |
| api-exporter-3.2-b02-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.core/api-exporter/ -->
<dependency>
<groupId>org.glassfish.core</groupId>
<artifactId>api-exporter</artifactId>
<version>3.2-b02</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.core/api-exporter/
implementation 'org.glassfish.core:api-exporter:3.2-b02'
// https://jarcasting.com/artifacts/org.glassfish.core/api-exporter/
implementation ("org.glassfish.core:api-exporter:3.2-b02")
'org.glassfish.core:api-exporter:jar:3.2-b02'
<dependency org="org.glassfish.core" name="api-exporter" rev="3.2-b02">
<artifact name="api-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.core', module='api-exporter', version='3.2-b02')
)
libraryDependencies += "org.glassfish.core" % "api-exporter" % "3.2-b02"
[org.glassfish.core/api-exporter "3.2-b02"]