| Categories |
CategoriesUndertow Net Networking |
|---|---|
| GroupId | GroupIdcom.fitbur.testify.server |
| ArtifactId | ArtifactIdserver-undertow |
| Version | Version0.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| server-undertow-0.0.8.pom | |
| server-undertow-0.0.8.jar | 6 KB |
| server-undertow-0.0.8-sources.jar | 3 KB |
| server-undertow-0.0.8-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.server/server-undertow/ -->
<dependency>
<groupId>com.fitbur.testify.server</groupId>
<artifactId>server-undertow</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.server/server-undertow/
implementation 'com.fitbur.testify.server:server-undertow:0.0.8'
// https://jarcasting.com/artifacts/com.fitbur.testify.server/server-undertow/
implementation ("com.fitbur.testify.server:server-undertow:0.0.8")
'com.fitbur.testify.server:server-undertow:jar:0.0.8'
<dependency org="com.fitbur.testify.server" name="server-undertow" rev="0.0.8">
<artifact name="server-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.server', module='server-undertow', version='0.0.8')
)
libraryDependencies += "com.fitbur.testify.server" % "server-undertow" % "0.0.8"
[com.fitbur.testify.server/server-undertow "0.0.8"]