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