| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing Jersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.crosstreelabs |
| ArtifactId | ArtifactIdjunited.jersey |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJUnited :: Jersey
A feature for configuring and running Jersey during testing.
|
| Filename | Size |
|---|---|
| junited.jersey-0.1.0.pom | |
| junited.jersey-0.1.0.jar | 4 KB |
| junited.jersey-0.1.0-sources.jar | 1 KB |
| junited.jersey-0.1.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.crosstreelabs/junited.jersey/ -->
<dependency>
<groupId>com.crosstreelabs</groupId>
<artifactId>junited.jersey</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crosstreelabs/junited.jersey/
implementation 'com.crosstreelabs:junited.jersey:0.1.0'
// https://jarcasting.com/artifacts/com.crosstreelabs/junited.jersey/
implementation ("com.crosstreelabs:junited.jersey:0.1.0")
'com.crosstreelabs:junited.jersey:jar:0.1.0'
<dependency org="com.crosstreelabs" name="junited.jersey" rev="0.1.0">
<artifact name="junited.jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crosstreelabs', module='junited.jersey', version='0.1.0')
)
libraryDependencies += "com.crosstreelabs" % "junited.jersey" % "0.1.0"
[com.crosstreelabs/junited.jersey "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.hamcrest : hamcrest-all | jar | 1.3 |