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