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