License |
License |
---|---|
GroupId | GroupIdcom.google.openrtb |
ArtifactId | ArtifactIdopenrtb-core |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionGoogle OpenRTB Core
OpenRTB model for Java and other languages via protobuf;
Helper OpenRTB libraries for Java including JSON serialization
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
openrtb-core-2.0.0.pom | |
openrtb-core-2.0.0.jar | 856 KB |
openrtb-core-2.0.0-sources.jar | 430 KB |
openrtb-core-2.0.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.openrtb/openrtb-core/ -->
<dependency>
<groupId>com.google.openrtb</groupId>
<artifactId>openrtb-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.openrtb/openrtb-core/
implementation 'com.google.openrtb:openrtb-core:2.0.0'
// https://jarcasting.com/artifacts/com.google.openrtb/openrtb-core/
implementation ("com.google.openrtb:openrtb-core:2.0.0")
'com.google.openrtb:openrtb-core:jar:2.0.0'
<dependency org="com.google.openrtb" name="openrtb-core" rev="2.0.0">
<artifact name="openrtb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.openrtb', module='openrtb-core', version='2.0.0')
)
libraryDependencies += "com.google.openrtb" % "openrtb-core" % "2.0.0"
[com.google.openrtb/openrtb-core "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.google.protobuf : protobuf-java | jar | 3.14.0 |
com.google.guava : guava | jar | 30.0-jre |
io.dropwizard.metrics : metrics-core | jar | 4.1.16 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.google.truth : truth | jar | 1.1 |
org.slf4j : slf4j-jdk14 | jar | 1.7.30 |