| License |
License |
|---|---|
| Categories |
CategoriesUndertow Net Networking |
| GroupId | GroupIdcom.fitbur.testify |
| ArtifactId | ArtifactIdserver-undertow |
| Last Version | Last Version0.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAn opinionated Java Testing Framework faithful to testing principles
and best practices.
|
| Project Organization |
Project OrganizationSharmarke Aden |
| Filename | Size |
|---|---|
| server-undertow-0.0.6.pom | |
| server-undertow-0.0.6.jar | 6 KB |
| server-undertow-0.0.6-sources.jar | 3 KB |
| server-undertow-0.0.6-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify/server-undertow/ -->
<dependency>
<groupId>com.fitbur.testify</groupId>
<artifactId>server-undertow</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify/server-undertow/
implementation 'com.fitbur.testify:server-undertow:0.0.6'
// https://jarcasting.com/artifacts/com.fitbur.testify/server-undertow/
implementation ("com.fitbur.testify:server-undertow:0.0.6")
'com.fitbur.testify:server-undertow:jar:0.0.6'
<dependency org="com.fitbur.testify" name="server-undertow" rev="0.0.6">
<artifact name="server-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify', module='server-undertow', version='0.0.6')
)
libraryDependencies += "com.fitbur.testify" % "server-undertow" % "0.0.6"
[com.fitbur.testify/server-undertow "0.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.undertow : undertow-servlet | jar | 1.3.10.Final |
| com.fitbur.testify : core | jar | 0.0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.2.0 |