Categories |
CategoriesUndertow Net Networking Bootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.undertow |
ArtifactId | ArtifactIdbootique-undertow |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
bootique-undertow-2.0.pom | |
bootique-undertow-2.0.jar | 11 KB |
bootique-undertow-2.0-sources.jar | 10 KB |
bootique-undertow-2.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow/ -->
<dependency>
<groupId>io.bootique.undertow</groupId>
<artifactId>bootique-undertow</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow/
implementation 'io.bootique.undertow:bootique-undertow:2.0'
// https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow/
implementation ("io.bootique.undertow:bootique-undertow:2.0")
'io.bootique.undertow:bootique-undertow:jar:2.0'
<dependency org="io.bootique.undertow" name="bootique-undertow" rev="2.0">
<artifact name="bootique-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.undertow', module='bootique-undertow', version='2.0')
)
libraryDependencies += "io.bootique.undertow" % "bootique-undertow" % "2.0"
[io.bootique.undertow/bootique-undertow "2.0"]