GroupId | GroupIdcom.sporniket.testing |
---|---|
ArtifactId | ArtifactIdsporniket-testing-utils |
Version | Version20.04.01 |
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.01</version>
</dependency>
// https://jarcasting.com/artifacts/com.sporniket.testing/sporniket-testing-utils/
implementation 'com.sporniket.testing:sporniket-testing-utils:20.04.01'
// https://jarcasting.com/artifacts/com.sporniket.testing/sporniket-testing-utils/
implementation ("com.sporniket.testing:sporniket-testing-utils:20.04.01")
'com.sporniket.testing:sporniket-testing-utils:jar:20.04.01'
<dependency org="com.sporniket.testing" name="sporniket-testing-utils" rev="20.04.01">
<artifact name="sporniket-testing-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sporniket.testing', module='sporniket-testing-utils', version='20.04.01')
)
libraryDependencies += "com.sporniket.testing" % "sporniket-testing-utils" % "20.04.01"
[com.sporniket.testing/sporniket-testing-utils "20.04.01"]