GroupId | GroupIdcom.github.white-sdev |
---|---|
ArtifactId | ArtifactIdWhite_Validations |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
White_Validations-1.0.2.pom | |
White_Validations-1.0.2.jar | 8 KB |
White_Validations-1.0.2-sources.jar | 17 KB |
White_Validations-1.0.2-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.white-sdev/White_Validations/ -->
<dependency>
<groupId>com.github.white-sdev</groupId>
<artifactId>White_Validations</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.white-sdev/White_Validations/
implementation 'com.github.white-sdev:White_Validations:1.0.2'
// https://jarcasting.com/artifacts/com.github.white-sdev/White_Validations/
implementation ("com.github.white-sdev:White_Validations:1.0.2")
'com.github.white-sdev:White_Validations:jar:1.0.2'
<dependency org="com.github.white-sdev" name="White_Validations" rev="1.0.2">
<artifact name="White_Validations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.white-sdev', module='White_Validations', version='1.0.2')
)
libraryDependencies += "com.github.white-sdev" % "White_Validations" % "1.0.2"
[com.github.white-sdev/White_Validations "1.0.2"]