GroupId | GroupIdorg.apache.marmotta |
---|---|
ArtifactId | ArtifactIdmarmotta-ldpath |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
marmotta-ldpath-3.3.0.pom | |
marmotta-ldpath-3.3.0.jar | 70 KB |
marmotta-ldpath-3.3.0-sources.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-ldpath/ -->
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>marmotta-ldpath</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-ldpath/
implementation 'org.apache.marmotta:marmotta-ldpath:3.3.0'
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-ldpath/
implementation ("org.apache.marmotta:marmotta-ldpath:3.3.0")
'org.apache.marmotta:marmotta-ldpath:jar:3.3.0'
<dependency org="org.apache.marmotta" name="marmotta-ldpath" rev="3.3.0">
<artifact name="marmotta-ldpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta', module='marmotta-ldpath', version='3.3.0')
)
libraryDependencies += "org.apache.marmotta" % "marmotta-ldpath" % "3.3.0"
[org.apache.marmotta/marmotta-ldpath "3.3.0"]