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