| License |
License |
|---|---|
| GroupId | GroupIdcom.webgeeker |
| ArtifactId | ArtifactIdvalidation |
| Version | Version0.2.4 |
| Type | Typejar |
| Description |
Descriptionvalidation
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| validation-0.2.4.pom | |
| validation-0.2.4.jar | 49 KB |
| validation-0.2.4-sources.jar | 26 KB |
| validation-0.2.4-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.webgeeker/validation/ -->
<dependency>
<groupId>com.webgeeker</groupId>
<artifactId>validation</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.webgeeker/validation/
implementation 'com.webgeeker:validation:0.2.4'
// https://jarcasting.com/artifacts/com.webgeeker/validation/
implementation ("com.webgeeker:validation:0.2.4")
'com.webgeeker:validation:jar:0.2.4'
<dependency org="com.webgeeker" name="validation" rev="0.2.4">
<artifact name="validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webgeeker', module='validation', version='0.2.4')
)
libraryDependencies += "com.webgeeker" % "validation" % "0.2.4"
[com.webgeeker/validation "0.2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20180813 |
| junit : junit | jar | 3.8.1 |