| GroupId | GroupIdorg.apache.marmotta | 
|---|---|
| ArtifactId | ArtifactIdldpath-backend-file | 
| Version | Version3.1.0-incubating | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.apache.marmotta/ldpath-backend-file/ -->
<dependency>
    <groupId>org.apache.marmotta</groupId>
    <artifactId>ldpath-backend-file</artifactId>
    <version>3.1.0-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.marmotta/ldpath-backend-file/
implementation 'org.apache.marmotta:ldpath-backend-file:3.1.0-incubating'// https://jarcasting.com/artifacts/org.apache.marmotta/ldpath-backend-file/
implementation ("org.apache.marmotta:ldpath-backend-file:3.1.0-incubating")'org.apache.marmotta:ldpath-backend-file:jar:3.1.0-incubating'<dependency org="org.apache.marmotta" name="ldpath-backend-file" rev="3.1.0-incubating">
  <artifact name="ldpath-backend-file" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.marmotta', module='ldpath-backend-file', version='3.1.0-incubating')
)libraryDependencies += "org.apache.marmotta" % "ldpath-backend-file" % "3.1.0-incubating"[org.apache.marmotta/ldpath-backend-file "3.1.0-incubating"]