Download org.apache.servicemix.bundles.jsr305-2.0.0_1.jar file

Introduction

You can download org.apache.servicemix.bundles.jsr305-2.0.0_1.jar in this page.

License

Apache Open Source

Type List

org.apache.servicemix.bundles.jsr305-2.0.0_1.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.jsr305/pom.properties
META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.jsr305/pom.xml
OSGI-INF/bundle.info
javax.annotation.CheckForNull.class
javax.annotation.CheckForSigned.class
javax.annotation.CheckReturnValue.class
javax.annotation.Detainted.class
javax.annotation.MatchesPattern.class
javax.annotation.Nonnegative.class
javax.annotation.Nonnull.class
javax.annotation.Nullable.class
javax.annotation.OverridingMethodsMustInvokeSuper.class
javax.annotation.ParametersAreNonnullByDefault.class
javax.annotation.PropertyKey.class
javax.annotation.RegEx.class
javax.annotation.Signed.class
javax.annotation.Syntax.class
javax.annotation.Tainted.class
javax.annotation.Untainted.class
javax.annotation.WillClose.class
javax.annotation.WillCloseWhenClosed.class
javax.annotation.WillNotClose.class
javax.annotation.concurrent.GuardedBy.class
javax.annotation.concurrent.Immutable.class
javax.annotation.concurrent.NotThreadSafe.class
javax.annotation.concurrent.ThreadSafe.class
javax.annotation.meta.Exclusive.class
javax.annotation.meta.Exhaustive.class
javax.annotation.meta.TypeQualifier.class
javax.annotation.meta.TypeQualifierDefault.class
javax.annotation.meta.TypeQualifierNickname.class
javax.annotation.meta.TypeQualifierValidator.class
javax.annotation.meta.When.class

Pom

org.apache.servicemix.bundles.jsr305-2.0.0_1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>
    <artifactId>bundles-pom</artifactId>
    <groupId>org.apache.servicemix.bundles</groupId>
    <version>10</version>
    <relativePath>../bundles-pom/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.servicemix.bundles</groupId>
  <artifactId>org.apache.servicemix.bundles.jsr305</artifactId>
  <packaging>bundle</packaging>
  <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
  <version>2.0.0_1</version>
  <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.jsr305-2.0.0_1</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.jsr305-2.0.0_1</developerConnection>
    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.jsr305-2.0.0_1</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <artifactSet>
                <includes>
                  <include>${pkgGroupId}:${pkgArtifactId}</include>
                </includes>
              </artifactSet>
              <filters>
                <filter>
                  <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
                  <excludes>
                    <exclude>**</exclude>
                  </excludes>
                </filter>
              </filters>
              <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
              <createDependencyReducedPom>true</createDependencyReducedPom>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <properties>
    <pkgVersion>1.1.0</pkgVersion>
    <pkgArtifactId>jsr305</pkgArtifactId>
    <pkgGroupId>com.google.code.findbugs</pkgGroupId>
    <servicemix.osgi.export>javax.annotation;version="1.1.0";-split-package:=merge-first,
             javax.annotation.concurrent;version="1.1.0";-split-package:=merge-first,
             javax.annotation.meta;version="1.1.0";-split-package:=merge-first</servicemix.osgi.export>
    <jsr305.version>2.0.0</jsr305.version>
  </properties>
</project>

POM Entry

<dependency>
   <groupId>org.apache.servicemix.bundles</groupId>
   <artifactId>org.apache.servicemix.bundles.jsr305</artifactId>
   <version>2.0.0_1</version>
</dependency>

Download

If you think the following org.apache.servicemix.bundles.jsr305-2.0.0_1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.apache.servicemix.bundles.jsr305-2.0.0_1.jar file




PreviousNext

Related