Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdorg.testifyproject.server |
ArtifactId | ArtifactIdundertow |
Version | Version0.9.4 |
Type | Typejar |
Filename | Size |
---|---|
undertow-0.9.4.pom | |
undertow-0.9.4.jar | 7 KB |
undertow-0.9.4-sources.jar | 5 KB |
undertow-0.9.4-javadoc.jar | 24 KB |
undertow-0.9.4-2.0.0.Alpha1.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject.server/undertow/ -->
<dependency>
<groupId>org.testifyproject.server</groupId>
<artifactId>undertow</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.server/undertow/
implementation 'org.testifyproject.server:undertow:0.9.4'
// https://jarcasting.com/artifacts/org.testifyproject.server/undertow/
implementation ("org.testifyproject.server:undertow:0.9.4")
'org.testifyproject.server:undertow:jar:0.9.4'
<dependency org="org.testifyproject.server" name="undertow" rev="0.9.4">
<artifact name="undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.server', module='undertow', version='0.9.4')
)
libraryDependencies += "org.testifyproject.server" % "undertow" % "0.9.4"
[org.testifyproject.server/undertow "0.9.4"]