Juneau
Please visit the home page for more information about this project.
License |
License |
---|---|
GroupId | GroupIdorg.apache.juneau |
ArtifactId | ArtifactIdjuneau-server-test |
Last Version | Last Version6.0.1-incubating |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Juneau Server Test
Tests for Juneau Client and Server.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.juneau/juneau-server-test/ -->
<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-server-test</artifactId>
<version>6.0.1-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.juneau/juneau-server-test/
implementation 'org.apache.juneau:juneau-server-test:6.0.1-incubating'
// https://jarcasting.com/artifacts/org.apache.juneau/juneau-server-test/
implementation ("org.apache.juneau:juneau-server-test:6.0.1-incubating")
'org.apache.juneau:juneau-server-test:jar:6.0.1-incubating'
<dependency org="org.apache.juneau" name="juneau-server-test" rev="6.0.1-incubating">
<artifact name="juneau-server-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.juneau', module='juneau-server-test', version='6.0.1-incubating')
)
libraryDependencies += "org.apache.juneau" % "juneau-server-test" % "6.0.1-incubating"
[org.apache.juneau/juneau-server-test "6.0.1-incubating"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.juneau : juneau-samples | jar | 6.0.1-incubating |
javax.ws.rs : jsr311-api | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
Please visit the home page for more information about this project.