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