p

platform.graphnodeprovider

A service that provided GraphNodes for URIs with as underlying BaseGraph sources considered authoritative for that resource.
Files download
File Operation
platform.graphnodeprovider-1.0.0.jar download
platform.graphnodeprovider-1.0.0.pom download
platform.graphnodeprovider-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.clerezza</groupId>
  <artifactId>platform.graphnodeprovider</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.clerezza:platform.graphnodeprovider:1.0.0'
Gradle Kotlin
implementation("org.apache.clerezza:platform.graphnodeprovider:1.0.0")
Scala SBT
libraryDependencies += "org.apache.clerezza" % "platform.graphnodeprovider" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.clerezza', module='platform.graphnodeprovider', version='1.0.0')
)
Apache Ivy
<dependency org="org.apache.clerezza" name="platform.graphnodeprovider" rev="1.0.0" />
Leiningen
[org.apache.clerezza/platform.graphnodeprovider "1.0.0"]
Apache Buildr
'org.apache.clerezza:platform.graphnodeprovider:jar:1.0.0'