GroupId | GroupIdcom.github.naoghuman |
---|---|
ArtifactId | ArtifactIdlib-validation |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
lib-validation-0.1.0.pom | |
lib-validation-0.1.0.jar | 4 KB |
lib-validation-0.1.0-sources.jar | 5 KB |
lib-validation-0.1.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-validation/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-validation</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-validation/
implementation 'com.github.naoghuman:lib-validation:0.1.0'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-validation/
implementation ("com.github.naoghuman:lib-validation:0.1.0")
'com.github.naoghuman:lib-validation:jar:0.1.0'
<dependency org="com.github.naoghuman" name="lib-validation" rev="0.1.0">
<artifact name="lib-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-validation', version='0.1.0')
)
libraryDependencies += "com.github.naoghuman" % "lib-validation" % "0.1.0"
[com.github.naoghuman/lib-validation "0.1.0"]