License |
License |
---|---|
Categories |
CategoriesNet Guava General Purpose Libraries Utility |
GroupId | GroupIdnet.sansa-stack.thirdparty.it.unibz.inf.ontop |
ArtifactId | ArtifactIdontop-shaded-guava |
Last Version | Last Version4.3.0-2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis module shades Google's Guava.
Direct use can lead to versioning problems
as some systems are dependent on specific
versions of guava.
This module uses the Shade plugin to
re-package them under the package name
org.apache.jena.ext.com.google....
|
Project Organization |
Project OrganizationFree University of Bozen-Bolzano |
<!-- https://jarcasting.com/artifacts/net.sansa-stack.thirdparty.it.unibz.inf.ontop/ontop-shaded-guava/ -->
<dependency>
<groupId>net.sansa-stack.thirdparty.it.unibz.inf.ontop</groupId>
<artifactId>ontop-shaded-guava</artifactId>
<version>4.3.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sansa-stack.thirdparty.it.unibz.inf.ontop/ontop-shaded-guava/
implementation 'net.sansa-stack.thirdparty.it.unibz.inf.ontop:ontop-shaded-guava:4.3.0-2'
// https://jarcasting.com/artifacts/net.sansa-stack.thirdparty.it.unibz.inf.ontop/ontop-shaded-guava/
implementation ("net.sansa-stack.thirdparty.it.unibz.inf.ontop:ontop-shaded-guava:4.3.0-2")
'net.sansa-stack.thirdparty.it.unibz.inf.ontop:ontop-shaded-guava:jar:4.3.0-2'
<dependency org="net.sansa-stack.thirdparty.it.unibz.inf.ontop" name="ontop-shaded-guava" rev="4.3.0-2">
<artifact name="ontop-shaded-guava" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sansa-stack.thirdparty.it.unibz.inf.ontop', module='ontop-shaded-guava', version='4.3.0-2')
)
libraryDependencies += "net.sansa-stack.thirdparty.it.unibz.inf.ontop" % "ontop-shaded-guava" % "4.3.0-2"
[net.sansa-stack.thirdparty.it.unibz.inf.ontop/ontop-shaded-guava "4.3.0-2"]