Maven Repository - POM file for OSGi com.google.guava-all 1.0.0.r08.w1 1.0.0.r08.w1

Summary

OpenEngSB :: OSGi Wrapped Bundles :: Guava.

Guava wrapped bundle.

Declaration

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

<dependency>
   <groupId>org.openengsb.wrapped</groupId>
   <artifactId>com.google.guava-all</artifactId>
   <version>1.0.0.r08.w1</version>
</dependency>

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

License

Name:Apache 2
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The com.google.guava-all-1.0.0.r08.w1 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Developmentguava r08
Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. This project is a complete packaging of all the Guava libraries into a single jar. Individual portions of Guava can be used by downloading ...
38




Packages

The following packages are defined in the com.google.guava-all-1.0.0.r08.w1.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.

<?xml version="1.0" encoding="UTF-8"?>
<!--

   Copyright 2010 OpenEngSB Division, Vienna University of Technology

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

  <parent>
    <groupId>org.openengsb.wrapped</groupId>
    <artifactId>openengsb-wrapped-parent</artifactId>
    <version>3</version>
  </parent>

  <properties>
    <guava.version>r08</guava.version>
    <bundle.symbolicName>com.google.guava</bundle.symbolicName>
    <wrapped.groupId>com.google.guava</wrapped.groupId>
    <wrapped.artifactId>guava</wrapped.artifactId>
    <wrapped.version>1.0.0.${guava.version}</wrapped.version>
    <wrapped.mvn.version>${guava.version}</wrapped.mvn.version>
    <bundle.namespace>com.google.common</bundle.namespace>
  </properties>

  <modelVersion>4.0.0</modelVersion>
  <artifactId>com.google.guava-all</artifactId>
  <version>1.0.0.r08.w1</version>

  <name>OpenEngSB :: OSGi Wrapped Bundles :: Guava</name>

  <packaging>bundle</packaging>

  <description>Guava wrapped bundle</description>

  <url>http://www.openengsb.org</url>
  <licenses>
    <license>
      <name>Apache 2</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:git://github.com/openengsb/openengsb-wrapped-com.google.guava.git</connection>
    <developerConnection>scm:git:git@github.com:openengsb/openengsb-wrapped-com.google.guava.git</developerConnection>
    <url>http://github.com/openengsb/openengsb-wrapped-com.google.guava</url>
  </scm>

  <dependencies>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>${guava.version}</version>
    </dependency>
  </dependencies>

</project>