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