| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers CLI Взаимодействие с пользователем |
| Группа | Группаorg.glassfish.docs.man |
| Идентификатор | Идентификаторappserver-cli-manpage |
| Версия | Версия4.1 |
| Тип | Типpom |
| Описание |
ОписаниеMan Pages for Optional AdminSubcommands of the asadmin Utility
Java.net - The Source for Java Technology Collaboration
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| appserver-cli-manpage-4.1.pom | |
| appserver-cli-manpage-4.1.zip | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.docs.man/appserver-cli-manpage/ -->
<dependency>
<groupId>org.glassfish.docs.man</groupId>
<artifactId>appserver-cli-manpage</artifactId>
<version>4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.docs.man/appserver-cli-manpage/
implementation 'org.glassfish.docs.man:appserver-cli-manpage:4.1'
// https://jarcasting.com/artifacts/org.glassfish.docs.man/appserver-cli-manpage/
implementation ("org.glassfish.docs.man:appserver-cli-manpage:4.1")
'org.glassfish.docs.man:appserver-cli-manpage:pom:4.1'
<dependency org="org.glassfish.docs.man" name="appserver-cli-manpage" rev="4.1">
<artifact name="appserver-cli-manpage" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.docs.man', module='appserver-cli-manpage', version='4.1')
)
libraryDependencies += "org.glassfish.docs.man" % "appserver-cli-manpage" % "4.1"
[org.glassfish.docs.man/appserver-cli-manpage "4.1"]