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