| Categories |
CategoriesAWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.cognitect.aws |
| ArtifactId | ArtifactIdmediapackage-vod |
| Version | Version747.2.533.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/mediapackage-vod/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>mediapackage-vod</artifactId>
<version>747.2.533.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/mediapackage-vod/
implementation 'com.cognitect.aws:mediapackage-vod:747.2.533.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/mediapackage-vod/
implementation ("com.cognitect.aws:mediapackage-vod:747.2.533.0")
'com.cognitect.aws:mediapackage-vod:jar:747.2.533.0'
<dependency org="com.cognitect.aws" name="mediapackage-vod" rev="747.2.533.0">
<artifact name="mediapackage-vod" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='mediapackage-vod', version='747.2.533.0')
)
libraryDependencies += "com.cognitect.aws" % "mediapackage-vod" % "747.2.533.0"
[com.cognitect.aws/mediapackage-vod "747.2.533.0"]