Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Undertow Net Networking |
---|---|
GroupId | GroupIdcom.guicedee |
ArtifactId | ArtifactIdguiced-undertow |
Version | Version0.70.0.4 |
Type | Typejar |
Filename | Size |
---|---|
guiced-undertow-0.70.0.4.pom | |
guiced-undertow-0.70.0.4.jar | 16 KB |
guiced-undertow-0.70.0.4-sources.jar | 11 KB |
guiced-undertow-0.70.0.4-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee/guiced-undertow/ -->
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>guiced-undertow</artifactId>
<version>0.70.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee/guiced-undertow/
implementation 'com.guicedee:guiced-undertow:0.70.0.4'
// https://jarcasting.com/artifacts/com.guicedee/guiced-undertow/
implementation ("com.guicedee:guiced-undertow:0.70.0.4")
'com.guicedee:guiced-undertow:jar:0.70.0.4'
<dependency org="com.guicedee" name="guiced-undertow" rev="0.70.0.4">
<artifact name="guiced-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee', module='guiced-undertow', version='0.70.0.4')
)
libraryDependencies += "com.guicedee" % "guiced-undertow" % "0.70.0.4"
[com.guicedee/guiced-undertow "0.70.0.4"]