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