GroupId | GroupIdcom.google.openrtb |
---|---|
ArtifactId | ArtifactIdopenrtb-core |
Version | Version0.7.2 |
Type | Typejar |
Filename | Size |
---|---|
openrtb-core-0.7.2.pom | |
openrtb-core-0.7.2.jar | 469 KB |
openrtb-core-0.7.2-sources.jar | 214 KB |
openrtb-core-0.7.2-javadoc.jar | 908 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.openrtb/openrtb-core/ -->
<dependency>
<groupId>com.google.openrtb</groupId>
<artifactId>openrtb-core</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.openrtb/openrtb-core/
implementation 'com.google.openrtb:openrtb-core:0.7.2'
// https://jarcasting.com/artifacts/com.google.openrtb/openrtb-core/
implementation ("com.google.openrtb:openrtb-core:0.7.2")
'com.google.openrtb:openrtb-core:jar:0.7.2'
<dependency org="com.google.openrtb" name="openrtb-core" rev="0.7.2">
<artifact name="openrtb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.openrtb', module='openrtb-core', version='0.7.2')
)
libraryDependencies += "com.google.openrtb" % "openrtb-core" % "0.7.2"
[com.google.openrtb/openrtb-core "0.7.2"]