| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJavaScript Языки программирования Undertow Сеть Networking |
| Группа | Группаio.undertow.js |
| Идентификатор | Идентификаторundertow-js-parent |
| Последняя версия | Последняя версия1.1.0.Beta1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеUndertow Javascript API Parent
Parent POM for JBoss projects. Provides default project build configuration.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| undertow-js-parent-1.1.0.Beta1.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.undertow.js/undertow-js-parent/ -->
<dependency>
<groupId>io.undertow.js</groupId>
<artifactId>undertow-js-parent</artifactId>
<version>1.1.0.Beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.undertow.js/undertow-js-parent/
implementation 'io.undertow.js:undertow-js-parent:1.1.0.Beta1'
// https://jarcasting.com/artifacts/io.undertow.js/undertow-js-parent/
implementation ("io.undertow.js:undertow-js-parent:1.1.0.Beta1")
'io.undertow.js:undertow-js-parent:pom:1.1.0.Beta1'
<dependency org="io.undertow.js" name="undertow-js-parent" rev="1.1.0.Beta1">
<artifact name="undertow-js-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.undertow.js', module='undertow-js-parent', version='1.1.0.Beta1')
)
libraryDependencies += "io.undertow.js" % "undertow-js-parent" % "1.1.0.Beta1"
[io.undertow.js/undertow-js-parent "1.1.0.Beta1"]