Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdorg.apache.marmotta |
ArtifactId | ArtifactIdldclient-provider-rdfa |
Version | Version3.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.marmotta/ldclient-provider-rdfa/ -->
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>ldclient-provider-rdfa</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta/ldclient-provider-rdfa/
implementation 'org.apache.marmotta:ldclient-provider-rdfa:3.2.0'
// https://jarcasting.com/artifacts/org.apache.marmotta/ldclient-provider-rdfa/
implementation ("org.apache.marmotta:ldclient-provider-rdfa:3.2.0")
'org.apache.marmotta:ldclient-provider-rdfa:jar:3.2.0'
<dependency org="org.apache.marmotta" name="ldclient-provider-rdfa" rev="3.2.0">
<artifact name="ldclient-provider-rdfa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta', module='ldclient-provider-rdfa', version='3.2.0')
)
libraryDependencies += "org.apache.marmotta" % "ldclient-provider-rdfa" % "3.2.0"
[org.apache.marmotta/ldclient-provider-rdfa "3.2.0"]