seeds-base.
Atomic jars for Google Guava libraries.
Here is the list of declaration for seeds-base. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.tribe7.seeds</groupId> <artifactId>seeds-base</artifactId> <version>16.0.1</version> </dependency>
If you think this Maven repository POM file listing for seeds-base is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>net.tribe7.seeds</groupId> <artifactId>seeds-base</artifactId> <version>16.0.1</version> <name>seeds-base</name> <description>Atomic jars for Google Guava libraries</description> <url>http://seeds.tribe7.net/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git@github.com:jjzazuet/seeds-libraries.git</connection> <developerConnection>scm:git@github.com:jjzazuet/seeds-libraries.git</developerConnection> <url>scm:git@github.com:jjzazuet/seeds-libraries.git</url> </scm> </project>