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