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