License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.adobe.testing |
ArtifactId | ArtifactIds3mock-junit4 |
Last Version | Last Version2.4.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionS3Mock - Testsupport - JUnit4
S3 mock implementation to be used for hermetic testing
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
s3mock-junit4-2.4.13.pom | |
s3mock-junit4-2.4.13.jar | 4 KB |
s3mock-junit4-2.4.13-sources.jar | 3 KB |
s3mock-junit4-2.4.13-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.testing/s3mock-junit4/ -->
<dependency>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-junit4</artifactId>
<version>2.4.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.testing/s3mock-junit4/
implementation 'com.adobe.testing:s3mock-junit4:2.4.13'
// https://jarcasting.com/artifacts/com.adobe.testing/s3mock-junit4/
implementation ("com.adobe.testing:s3mock-junit4:2.4.13")
'com.adobe.testing:s3mock-junit4:jar:2.4.13'
<dependency org="com.adobe.testing" name="s3mock-junit4" rev="2.4.13">
<artifact name="s3mock-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.testing', module='s3mock-junit4', version='2.4.13')
)
libraryDependencies += "com.adobe.testing" % "s3mock-junit4" % "2.4.13"
[com.adobe.testing/s3mock-junit4 "2.4.13"]
Group / Artifact | Type | Version |
---|---|---|
com.adobe.testing : s3mock-testsupport-common | jar | 2.4.13 |
junit : junit | jar | 4.13.2 |
org.springframework.boot : spring-boot-starter-actuator | jar |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | |
org.springframework.security.oauth : spring-security-oauth2 | jar | 2.5.2.RELEASE |