| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers Mockito Unit Testing |
| GroupId | GroupIdcom.github.skjolber.mockito-rest-spring |
| ArtifactId | ArtifactIdjetty |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjetty
REST web-service mocking utility for Spring using JUnit and Mockito
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jetty-1.0.3.pom | |
| jetty-1.0.3.jar | 7 KB |
| jetty-1.0.3-sources.jar | 3 KB |
| jetty-1.0.3-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/jetty/ -->
<dependency>
<groupId>com.github.skjolber.mockito-rest-spring</groupId>
<artifactId>jetty</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/jetty/
implementation 'com.github.skjolber.mockito-rest-spring:jetty:1.0.3'
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/jetty/
implementation ("com.github.skjolber.mockito-rest-spring:jetty:1.0.3")
'com.github.skjolber.mockito-rest-spring:jetty:jar:1.0.3'
<dependency org="com.github.skjolber.mockito-rest-spring" name="jetty" rev="1.0.3">
<artifact name="jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.mockito-rest-spring', module='jetty', version='1.0.3')
)
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "jetty" % "1.0.3"
[com.github.skjolber.mockito-rest-spring/jetty "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.skjolber.mockito-rest-spring : core | jar | 1.0.3 |
| org.eclipse.jetty : jetty-annotations | jar | 9.4.11.v20180605 |