License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Undertow Net Networking |
GroupId | GroupIdio.undertow.js |
ArtifactId | ArtifactIdundertow-js-parent |
Last Version | Last Version1.1.0.Beta1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionUndertow Javascript API Parent
Parent POM for JBoss projects. Provides default project build configuration.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
undertow-js-parent-1.1.0.Beta1.pom | 8 KB |
Browse |
<!-- 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"]