is not current version
Last Version 6.3.1-incubating

org.apache.juneau:juneau-rest-test 6.2.0-incubating

Tests for Juneau Client and Server.

GroupId

GroupId

org.apache.juneau
ArtifactId

ArtifactId

juneau-rest-test
Version

Version

6.2.0-incubating
Type

Type

jar

Download juneau-rest-test 6.2.0-incubating


<!-- https://jarcasting.com/artifacts/org.apache.juneau/juneau-rest-test/ -->
<dependency>
    <groupId>org.apache.juneau</groupId>
    <artifactId>juneau-rest-test</artifactId>
    <version>6.2.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.juneau/juneau-rest-test/
implementation 'org.apache.juneau:juneau-rest-test:6.2.0-incubating'
// https://jarcasting.com/artifacts/org.apache.juneau/juneau-rest-test/
implementation ("org.apache.juneau:juneau-rest-test:6.2.0-incubating")
'org.apache.juneau:juneau-rest-test:jar:6.2.0-incubating'
<dependency org="org.apache.juneau" name="juneau-rest-test" rev="6.2.0-incubating">
  <artifact name="juneau-rest-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.juneau', module='juneau-rest-test', version='6.2.0-incubating')
)
libraryDependencies += "org.apache.juneau" % "juneau-rest-test" % "6.2.0-incubating"
[org.apache.juneau/juneau-rest-test "6.2.0-incubating"]