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