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