| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdch.puzzle |
| ArtifactId | ArtifactIdlibpuzzle-spring-boot-rest-testing |
| Last Version | Last Version0.1.0-RC1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlibpuzzle Spring Boot REST Testing
libpuzzle for Spring Boot
|
<!-- https://jarcasting.com/artifacts/ch.puzzle/libpuzzle-spring-boot-rest-testing/ -->
<dependency>
<groupId>ch.puzzle</groupId>
<artifactId>libpuzzle-spring-boot-rest-testing</artifactId>
<version>0.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.puzzle/libpuzzle-spring-boot-rest-testing/
implementation 'ch.puzzle:libpuzzle-spring-boot-rest-testing:0.1.0-RC1'
// https://jarcasting.com/artifacts/ch.puzzle/libpuzzle-spring-boot-rest-testing/
implementation ("ch.puzzle:libpuzzle-spring-boot-rest-testing:0.1.0-RC1")
'ch.puzzle:libpuzzle-spring-boot-rest-testing:jar:0.1.0-RC1'
<dependency org="ch.puzzle" name="libpuzzle-spring-boot-rest-testing" rev="0.1.0-RC1">
<artifact name="libpuzzle-spring-boot-rest-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.puzzle', module='libpuzzle-spring-boot-rest-testing', version='0.1.0-RC1')
)
libraryDependencies += "ch.puzzle" % "libpuzzle-spring-boot-rest-testing" % "0.1.0-RC1"
[ch.puzzle/libpuzzle-spring-boot-rest-testing "0.1.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.1.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.puzzle : libpuzzle-spring-boot-rest | jar | 0.1.0-RC1 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-test | jar | 2.1.1.RELEASE |
| org.springframework : spring-web | jar | 5.1.3.RELEASE |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.22.0 |