GroupId | GroupIdcom.google.openrtb |
---|---|
ArtifactId | ArtifactIdopenrtb-parent |
Version | Version1.5.3 |
Type | Typepom |
Filename | Size |
---|---|
openrtb-parent-1.5.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.openrtb/openrtb-parent/ -->
<dependency>
<groupId>com.google.openrtb</groupId>
<artifactId>openrtb-parent</artifactId>
<version>1.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.openrtb/openrtb-parent/
implementation 'com.google.openrtb:openrtb-parent:1.5.3'
// https://jarcasting.com/artifacts/com.google.openrtb/openrtb-parent/
implementation ("com.google.openrtb:openrtb-parent:1.5.3")
'com.google.openrtb:openrtb-parent:pom:1.5.3'
<dependency org="com.google.openrtb" name="openrtb-parent" rev="1.5.3">
<artifact name="openrtb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.openrtb', module='openrtb-parent', version='1.5.3')
)
libraryDependencies += "com.google.openrtb" % "openrtb-parent" % "1.5.3"
[com.google.openrtb/openrtb-parent "1.5.3"]