License |
License |
---|---|
GroupId | GroupIdcom.tomtom.speedtools |
ArtifactId | ArtifactIdapivalidation |
Version | Version3.2.23 |
Type | Typejar |
Description |
DescriptionSpeedTools API Validation Utilities
Support for DTOs (data transfer objects ) in your API with support for specific
API parameter validation (if you don't wish to use the JSR one).
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
apivalidation-3.2.23.pom | |
apivalidation-3.2.23.jar | 49 KB |
apivalidation-3.2.23-sources.jar | 46 KB |
apivalidation-3.2.23-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/apivalidation/ -->
<dependency>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>apivalidation</artifactId>
<version>3.2.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/apivalidation/
implementation 'com.tomtom.speedtools:apivalidation:3.2.23'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/apivalidation/
implementation ("com.tomtom.speedtools:apivalidation:3.2.23")
'com.tomtom.speedtools:apivalidation:jar:3.2.23'
<dependency org="com.tomtom.speedtools" name="apivalidation" rev="3.2.23">
<artifact name="apivalidation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='apivalidation', version='3.2.23')
)
libraryDependencies += "com.tomtom.speedtools" % "apivalidation" % "3.2.23"
[com.tomtom.speedtools/apivalidation "3.2.23"]
Group / Artifact | Type | Version |
---|---|---|
com.tomtom.speedtools : core | jar | 3.2.23 |
com.tomtom.speedtools : json | jar | 3.2.23 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.3 |
com.googlecode.libphonenumber : libphonenumber | jar | 8.12.21 |
javax.mail : mail | jar | 1.4.7 |
joda-time : joda-time | jar | 2.10.10 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
com.tomtom.speedtools : testutils | jar | 3.2.23 |
junit : junit | jar | 4.13.2 |