Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Undertow Net Networking |
---|---|
GroupId | GroupIdcom.guicedee |
ArtifactId | ArtifactIdguiced-undertow |
Version | Version1.0.13.3-jre14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee/guiced-undertow/ -->
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>guiced-undertow</artifactId>
<version>1.0.13.3-jre14</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee/guiced-undertow/
implementation 'com.guicedee:guiced-undertow:1.0.13.3-jre14'
// https://jarcasting.com/artifacts/com.guicedee/guiced-undertow/
implementation ("com.guicedee:guiced-undertow:1.0.13.3-jre14")
'com.guicedee:guiced-undertow:jar:1.0.13.3-jre14'
<dependency org="com.guicedee" name="guiced-undertow" rev="1.0.13.3-jre14">
<artifact name="guiced-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee', module='guiced-undertow', version='1.0.13.3-jre14')
)
libraryDependencies += "com.guicedee" % "guiced-undertow" % "1.0.13.3-jre14"
[com.guicedee/guiced-undertow "1.0.13.3-jre14"]