| License |
License |
|---|---|
| GroupId | GroupIdcom.google.openrtb |
| ArtifactId | ArtifactIdopenrtb-parent |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGoogle OpenRTB Libraries
OpenRTB model for Java and other languages via protobuf;
Helper OpenRTB libraries for Java including JSON serialization
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| openrtb-parent-2.0.1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.openrtb/openrtb-parent/ -->
<dependency>
<groupId>com.google.openrtb</groupId>
<artifactId>openrtb-parent</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.openrtb/openrtb-parent/
implementation 'com.google.openrtb:openrtb-parent:2.0.1'
// https://jarcasting.com/artifacts/com.google.openrtb/openrtb-parent/
implementation ("com.google.openrtb:openrtb-parent:2.0.1")
'com.google.openrtb:openrtb-parent:pom:2.0.1'
<dependency org="com.google.openrtb" name="openrtb-parent" rev="2.0.1">
<artifact name="openrtb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.openrtb', module='openrtb-parent', version='2.0.1')
)
libraryDependencies += "com.google.openrtb" % "openrtb-parent" % "2.0.1"
[com.google.openrtb/openrtb-parent "2.0.1"]