l

ldclient-provider-youtube

This package enables the Linked Data Client to access the metadata of YouTube Videos as if they were published as Linked Data (RDF) by mapping the YouTube API to the Ontology for Media Resources.
Files download
File Operation
ldclient-provider-youtube-3.4.0.jar download
ldclient-provider-youtube-3.4.0.pom download
ldclient-provider-youtube-3.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.marmotta</groupId>
  <artifactId>ldclient-provider-youtube</artifactId>
  <version>3.4.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.marmotta:ldclient-provider-youtube:3.4.0'
Gradle Kotlin
implementation("org.apache.marmotta:ldclient-provider-youtube:3.4.0")
Scala SBT
libraryDependencies += "org.apache.marmotta" % "ldclient-provider-youtube" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.marmotta', module='ldclient-provider-youtube', version='3.4.0')
)
Apache Ivy
<dependency org="org.apache.marmotta" name="ldclient-provider-youtube" rev="3.4.0" />
Leiningen
[org.apache.marmotta/ldclient-provider-youtube "3.4.0"]
Apache Buildr
'org.apache.marmotta:ldclient-provider-youtube:jar:3.4.0'