GroupId | GroupIdcom.github.kancyframework |
---|---|
ArtifactId | ArtifactIdvalidation-plus |
Version | Version0.0.1-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
validation-plus-0.0.1-RELEASE.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus/ -->
<dependency>
<groupId>com.github.kancyframework</groupId>
<artifactId>validation-plus</artifactId>
<version>0.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus/
implementation 'com.github.kancyframework:validation-plus:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus/
implementation ("com.github.kancyframework:validation-plus:0.0.1-RELEASE")
'com.github.kancyframework:validation-plus:pom:0.0.1-RELEASE'
<dependency org="com.github.kancyframework" name="validation-plus" rev="0.0.1-RELEASE">
<artifact name="validation-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kancyframework', module='validation-plus', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.kancyframework" % "validation-plus" % "0.0.1-RELEASE"
[com.github.kancyframework/validation-plus "0.0.1-RELEASE"]