Maven Repository - POM file for OSGi guava-osgi 9.0.0 9.0.0

Summary

Guava-OSGi.

Repackaging of Google Guava libraries as OSGi bundle.

Declaration

Here is the list of declaration for guava-osgi. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.googlecode.guava-osgi</groupId>
   <artifactId>guava-osgi</artifactId>
   <version>9.0.0</version>
</dependency>

If you think this Maven repository POM file listing for guava-osgi is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depended by

The following table lists the most popular artifacts which are depending on guava-osgi-9.0.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Document Databaseorg.sakaiproject.nakamura.core 1.4
Server that uses a sparse map to represent content mapping closely to a colum database like Cassandra.
7




Plugin

The following plugins are used in the guava-osgi-9.0.0.jar

  1. maven-gpg-plugin

Packages

The following packages are defined in the guava-osgi-9.0.0.jar

com.google.common.annotations
com.google.common.base
com.google.common.base.internal
com.google.common.collect
com.google.common.io
com.google.common.net
com.google.common.primitives
com.google.common.util.concurrent




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.googlecode.guava-osgi</groupId>
  <artifactId>guava-osgi</artifactId>
  <packaging>jar</packaging>
  <name>Guava-OSGi</name>
  <version>9.0.0</version>
  <description>Repackaging of Google Guava libraries as OSGi bundle</description>
  <url>http://code.google.com/p/guava-osgi/</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:svn:http://guava-osgi.googlecode.com/svn/trunk/</connection>
    <developerConnection>scm:svn:https://guava-osgi.googlecode.com/svn/trunk/</developerConnection>
    <url>http://guava-osgi.googlecode.com/svn/trunk/</url>
  </scm>

  

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
        <executions>
          <execution>
            <id>sign-artifacts</id>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>

</project>