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