License |
License |
---|---|
GroupId | GroupIdorg.openrtb |
ArtifactId | ArtifactIdopenrtb-validator |
Version | Version2.3.1 |
Type | Typejar |
Description |
Descriptionopenrtb-validator
Provides a simple API that can be used to validate JSON bid requests and responses according to OpenRTB specifications. OpenRTB versions 1.0, 2.0, 2.1, 2.2, and 2.3 are fully supported.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
openrtb-validator-2.3.1.pom | |
openrtb-validator-2.3.1.jar | 28 KB |
openrtb-validator-2.3.1-sources.jar | 28 KB |
openrtb-validator-2.3.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openrtb/openrtb-validator/ -->
<dependency>
<groupId>org.openrtb</groupId>
<artifactId>openrtb-validator</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrtb/openrtb-validator/
implementation 'org.openrtb:openrtb-validator:2.3.1'
// https://jarcasting.com/artifacts/org.openrtb/openrtb-validator/
implementation ("org.openrtb:openrtb-validator:2.3.1")
'org.openrtb:openrtb-validator:jar:2.3.1'
<dependency org="org.openrtb" name="openrtb-validator" rev="2.3.1">
<artifact name="openrtb-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrtb', module='openrtb-validator', version='2.3.1')
)
libraryDependencies += "org.openrtb" % "openrtb-validator" % "2.3.1"
[org.openrtb/openrtb-validator "2.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.fge : json-schema-validator | jar | 2.2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-api | jar | 1.7.2 |
org.slf4j : slf4j-simple | jar | 1.7.2 |