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