GroupId | GroupIdcom.google.openrtb |
---|---|
ArtifactId | ArtifactIdopenrtb-core |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
openrtb-core-1.5.0.pom | |
openrtb-core-1.5.0.jar | 937 KB |
openrtb-core-1.5.0-sources.jar | 441 KB |
openrtb-core-1.5.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>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.openrtb/openrtb-core/
implementation 'com.google.openrtb:openrtb-core:1.5.0'
// https://jarcasting.com/artifacts/com.google.openrtb/openrtb-core/
implementation ("com.google.openrtb:openrtb-core:1.5.0")
'com.google.openrtb:openrtb-core:jar:1.5.0'
<dependency org="com.google.openrtb" name="openrtb-core" rev="1.5.0">
<artifact name="openrtb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.openrtb', module='openrtb-core', version='1.5.0')
)
libraryDependencies += "com.google.openrtb" % "openrtb-core" % "1.5.0"
[com.google.openrtb/openrtb-core "1.5.0"]