GroupId | GroupIdcom.github.ldeitos |
---|---|
ArtifactId | ArtifactIdextendedValidation-test-support |
Version | Version1.1.02 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-test-support/ -->
<dependency>
<groupId>com.github.ldeitos</groupId>
<artifactId>extendedValidation-test-support</artifactId>
<version>1.1.02</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-test-support/
implementation 'com.github.ldeitos:extendedValidation-test-support:1.1.02'
// https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-test-support/
implementation ("com.github.ldeitos:extendedValidation-test-support:1.1.02")
'com.github.ldeitos:extendedValidation-test-support:jar:1.1.02'
<dependency org="com.github.ldeitos" name="extendedValidation-test-support" rev="1.1.02">
<artifact name="extendedValidation-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ldeitos', module='extendedValidation-test-support', version='1.1.02')
)
libraryDependencies += "com.github.ldeitos" % "extendedValidation-test-support" % "1.1.02"
[com.github.ldeitos/extendedValidation-test-support "1.1.02"]