Download xbean-finder-shaded-3.15.jar file

Introduction

You can download xbean-finder-shaded-3.15.jar in this page.

License

Apache Open Source

Type List

xbean-finder-shaded-3.15.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.xbean/xbean-finder-shaded/pom.properties
META-INF/maven/org.apache.xbean/xbean-finder-shaded/pom.xml
org.apache.xbean.finder.AbstractFinder.class
org.apache.xbean.finder.Annotated.class
org.apache.xbean.finder.AnnotatedMember.class
org.apache.xbean.finder.AnnotatedMethod.class
org.apache.xbean.finder.AnnotationFinder.class
org.apache.xbean.finder.AsynchronousInheritanceAnnotationFinder.class
org.apache.xbean.finder.BundleAnnotationFinder.class
org.apache.xbean.finder.BundleAssignableClassFinder.class
org.apache.xbean.finder.ClassFinder.class
org.apache.xbean.finder.ClassLoaders.class
org.apache.xbean.finder.IAnnotationFinder.class
org.apache.xbean.finder.MetaAnnotated.class
org.apache.xbean.finder.MetaAnnotatedClass.class
org.apache.xbean.finder.MetaAnnotatedConstructor.class
org.apache.xbean.finder.MetaAnnotatedElement.class
org.apache.xbean.finder.MetaAnnotatedField.class
org.apache.xbean.finder.MetaAnnotatedMethod.class
org.apache.xbean.finder.MetaAnnotation.class
org.apache.xbean.finder.Parameter.class
org.apache.xbean.finder.ResourceFinder.class
org.apache.xbean.finder.UriSet.class
org.apache.xbean.finder.UrlSet.class
org.apache.xbean.finder.archive.Archive.class
org.apache.xbean.finder.archive.ArchiveIterator.class
org.apache.xbean.finder.archive.BundleArchive.class
org.apache.xbean.finder.archive.ClassesArchive.class
org.apache.xbean.finder.archive.ClasspathArchive.class
org.apache.xbean.finder.archive.CompositeArchive.class
org.apache.xbean.finder.archive.FileArchive.class
org.apache.xbean.finder.archive.FilteredArchive.class
org.apache.xbean.finder.archive.JarArchive.class
org.apache.xbean.finder.filter.ClassFilter.class
org.apache.xbean.finder.filter.ContainsFilter.class
org.apache.xbean.finder.filter.ExcludeIncludeFilter.class
org.apache.xbean.finder.filter.Filter.class
org.apache.xbean.finder.filter.FilterList.class
org.apache.xbean.finder.filter.Filters.class
org.apache.xbean.finder.filter.IncludeExcludeFilter.class
org.apache.xbean.finder.filter.PackageFilter.class
org.apache.xbean.finder.filter.PatternFilter.class
org.apache.xbean.finder.filter.PrefixFilter.class
org.apache.xbean.finder.filter.SuffixFilter.class
org.apache.xbean.finder.util.Classes.class
org.apache.xbean.finder.util.Files.class
org.apache.xbean.finder.util.SingleLinkedList.class

Pom

xbean-finder-shaded-3.15.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>xbean</artifactId>
    <groupId>org.apache.xbean</groupId>
    <version>3.15</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>xbean-finder-shaded</artifactId>
  <name>Apache XBean :: Finder shaded (repackaged)</name>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <createSourcesJar>true</createSourcesJar>
              <relocations>
                <relocation>
                  <pattern>org.apache.xbean.asm4.original.commons.EmptyVisitor</pattern>
                  <shadedPattern>org.apache.xbean.asm4.shade.commons.EmptyVisitor</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.objectweb.asm</pattern>
                  <shadedPattern>org.apache.xbean.asm4</shadedPattern>
                </relocation>
              </relocations>
              <artifactSet>
                <includes>
                  <include>org.apache.xbean:xbean-finder</include>
                </includes>
                <excludes>
                  <exclude>*:*:sources</exclude>
                  <exclude>org.apache.xbean:xbean-asm4-shaded</exclude>
                  <exclude>org.apache.xbean:xbean-asm-util</exclude>
                  <exclude>junit:junit</exclude>
                </excludes>
              </artifactSet>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-antrun-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>run</goal>
            </goals>
            <configuration>
              <tasks>
                <delete />
                <unzip />
              </tasks>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <executions>
          <execution>
            <id>bundle-manifest</id>
            <phase>package</phase>
            <goals>
              <goal>bundle</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <excludeDependencies>true</excludeDependencies>
          <instructions>
            <Import-Package>!org.objectweb.asm.*,!org.apache.xbean.finder.*,org.apache.xbean.asm4,*;resolution:=optional</Import-Package>
            <Private-Package />
            <_nouses>true</_nouses>
          </instructions>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.xbean</groupId>
      <artifactId>xbean-asm4-shaded</artifactId>
      <version>3.15</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <properties>
    <xbean.osgi.import>org.apache.xbean.finder;version=${project.version},org.apache.xbean.asm4;version=4,org.apache.xbean.asm4.shade.commons;version=4</xbean.osgi.import>
    <xbean.osgi.export>org.apache.xbean.finder;version=${project.version}</xbean.osgi.export>
  </properties>
</project>

POM Entry

<dependency>
   <groupId>org.apache.xbean</groupId>
   <artifactId>xbean-finder-shaded</artifactId>
   <version>3.15</version>
</dependency>

Download

If you think the following xbean-finder-shaded-3.15.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download xbean-finder-shaded-3.15.jar file




PreviousNext

Related