GroupId | GroupIdcom.jashmore |
---|---|
ArtifactId | ArtifactIdlocal-sqs-test-utils |
Version | Version3.1.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>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jashmore/local-sqs-test-utils/
implementation 'com.jashmore:local-sqs-test-utils:3.1.0'
// https://jarcasting.com/artifacts/com.jashmore/local-sqs-test-utils/
implementation ("com.jashmore:local-sqs-test-utils:3.1.0")
'com.jashmore:local-sqs-test-utils:jar:3.1.0'
<dependency org="com.jashmore" name="local-sqs-test-utils" rev="3.1.0">
<artifact name="local-sqs-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jashmore', module='local-sqs-test-utils', version='3.1.0')
)
libraryDependencies += "com.jashmore" % "local-sqs-test-utils" % "3.1.0"
[com.jashmore/local-sqs-test-utils "3.1.0"]