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