GroupId | GroupIdorg.opencastproject |
---|---|
ArtifactId | ArtifactIdopencast-timelinepreviews-remote |
Version | Version9.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencastproject/opencast-timelinepreviews-remote/ -->
<dependency>
<groupId>org.opencastproject</groupId>
<artifactId>opencast-timelinepreviews-remote</artifactId>
<version>9.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencastproject/opencast-timelinepreviews-remote/
implementation 'org.opencastproject:opencast-timelinepreviews-remote:9.9'
// https://jarcasting.com/artifacts/org.opencastproject/opencast-timelinepreviews-remote/
implementation ("org.opencastproject:opencast-timelinepreviews-remote:9.9")
'org.opencastproject:opencast-timelinepreviews-remote:jar:9.9'
<dependency org="org.opencastproject" name="opencast-timelinepreviews-remote" rev="9.9">
<artifact name="opencast-timelinepreviews-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencastproject', module='opencast-timelinepreviews-remote', version='9.9')
)
libraryDependencies += "org.opencastproject" % "opencast-timelinepreviews-remote" % "9.9"
[org.opencastproject/opencast-timelinepreviews-remote "9.9"]