не последняя версия
Последняя версия 3.4.3

com.tomtom.speedtools:apivalidation 3.2.1

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).

Группа

Группа

com.tomtom.speedtools
Идентификатор

Идентификатор

apivalidation
Версия

Версия

3.2.1
Тип

Тип

jar

Скачать apivalidation 3.2.1


<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/apivalidation/ -->
<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>apivalidation</artifactId>
    <version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/apivalidation/
implementation 'com.tomtom.speedtools:apivalidation:3.2.1'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/apivalidation/
implementation ("com.tomtom.speedtools:apivalidation:3.2.1")
'com.tomtom.speedtools:apivalidation:jar:3.2.1'
<dependency org="com.tomtom.speedtools" name="apivalidation" rev="3.2.1">
  <artifact name="apivalidation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='apivalidation', version='3.2.1')
)
libraryDependencies += "com.tomtom.speedtools" % "apivalidation" % "3.2.1"
[com.tomtom.speedtools/apivalidation "3.2.1"]