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