GroupId | GroupIdcom.sporniket.testing |
---|---|
ArtifactId | ArtifactIdsporniket-testing-utils |
Version | Version20.04.02 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sporniket.testing/sporniket-testing-utils/ -->
<dependency>
<groupId>com.sporniket.testing</groupId>
<artifactId>sporniket-testing-utils</artifactId>
<version>20.04.02</version>
</dependency>
// https://jarcasting.com/artifacts/com.sporniket.testing/sporniket-testing-utils/
implementation 'com.sporniket.testing:sporniket-testing-utils:20.04.02'
// https://jarcasting.com/artifacts/com.sporniket.testing/sporniket-testing-utils/
implementation ("com.sporniket.testing:sporniket-testing-utils:20.04.02")
'com.sporniket.testing:sporniket-testing-utils:jar:20.04.02'
<dependency org="com.sporniket.testing" name="sporniket-testing-utils" rev="20.04.02">
<artifact name="sporniket-testing-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sporniket.testing', module='sporniket-testing-utils', version='20.04.02')
)
libraryDependencies += "com.sporniket.testing" % "sporniket-testing-utils" % "20.04.02"
[com.sporniket.testing/sporniket-testing-utils "20.04.02"]