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