Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdio.undertow |
ArtifactId | ArtifactIdundertow-core |
Version | Version1.0.0.Alpha21 |
Type | Typejar |
Filename | Size |
---|---|
undertow-core-1.0.0.Alpha21.pom | |
undertow-core-1.0.0.Alpha21.jar | 945 KB |
undertow-core-1.0.0.Alpha21-tests.jar | 274 KB |
undertow-core-1.0.0.Alpha21-sources.jar | 568 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.undertow/undertow-core/ -->
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>1.0.0.Alpha21</version>
</dependency>
// https://jarcasting.com/artifacts/io.undertow/undertow-core/
implementation 'io.undertow:undertow-core:1.0.0.Alpha21'
// https://jarcasting.com/artifacts/io.undertow/undertow-core/
implementation ("io.undertow:undertow-core:1.0.0.Alpha21")
'io.undertow:undertow-core:jar:1.0.0.Alpha21'
<dependency org="io.undertow" name="undertow-core" rev="1.0.0.Alpha21">
<artifact name="undertow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.undertow', module='undertow-core', version='1.0.0.Alpha21')
)
libraryDependencies += "io.undertow" % "undertow-core" % "1.0.0.Alpha21"
[io.undertow/undertow-core "1.0.0.Alpha21"]