не последняя версия
Последняя версия 12.0

org.opencastproject:base 6.6

Opencast is a media capture, processing, management and distribution system

Группа

Группа

org.opencastproject
Идентификатор

Идентификатор

base
Версия

Версия

6.6
Тип

Тип

pom

Скачать base 6.6

Имя Файла Размер
base-6.6.pom 65 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.opencastproject/base/ -->
<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>base</artifactId>
    <version>6.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencastproject/base/
implementation 'org.opencastproject:base:6.6'
// https://jarcasting.com/artifacts/org.opencastproject/base/
implementation ("org.opencastproject:base:6.6")
'org.opencastproject:base:pom:6.6'
<dependency org="org.opencastproject" name="base" rev="6.6">
  <artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencastproject', module='base', version='6.6')
)
libraryDependencies += "org.opencastproject" % "base" % "6.6"
[org.opencastproject/base "6.6"]