Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.jashmore |
ArtifactId | ArtifactIdlocal-sqs-test-utils-junit5 |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jashmore/local-sqs-test-utils-junit5/ -->
<dependency>
<groupId>com.jashmore</groupId>
<artifactId>local-sqs-test-utils-junit5</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jashmore/local-sqs-test-utils-junit5/
implementation 'com.jashmore:local-sqs-test-utils-junit5:3.0.0'
// https://jarcasting.com/artifacts/com.jashmore/local-sqs-test-utils-junit5/
implementation ("com.jashmore:local-sqs-test-utils-junit5:3.0.0")
'com.jashmore:local-sqs-test-utils-junit5:jar:3.0.0'
<dependency org="com.jashmore" name="local-sqs-test-utils-junit5" rev="3.0.0">
<artifact name="local-sqs-test-utils-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jashmore', module='local-sqs-test-utils-junit5', version='3.0.0')
)
libraryDependencies += "com.jashmore" % "local-sqs-test-utils-junit5" % "3.0.0"
[com.jashmore/local-sqs-test-utils-junit5 "3.0.0"]