Categories |
CategoriesUndertow Net Networking Bootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.undertow |
ArtifactId | ArtifactIdbootique-undertow |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
bootique-undertow-1.2.pom | |
bootique-undertow-1.2.jar | 11 KB |
bootique-undertow-1.2-sources.jar | 11 KB |
bootique-undertow-1.2-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>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow/
implementation 'io.bootique.undertow:bootique-undertow:1.2'
// https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow/
implementation ("io.bootique.undertow:bootique-undertow:1.2")
'io.bootique.undertow:bootique-undertow:jar:1.2'
<dependency org="io.bootique.undertow" name="bootique-undertow" rev="1.2">
<artifact name="bootique-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.undertow', module='bootique-undertow', version='1.2')
)
libraryDependencies += "io.bootique.undertow" % "bootique-undertow" % "1.2"
[io.bootique.undertow/bootique-undertow "1.2"]