Download xbean-asm4-shaded-3.15.jar file

Introduction

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

License

Open Source License

Type List

xbean-asm4-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-asm-util/pom.properties
META-INF/maven/org.apache.xbean/xbean-asm-util/pom.xml
META-INF/maven/org.apache.xbean/xbean-asm4-shaded/pom.properties
META-INF/maven/org.apache.xbean/xbean-asm4-shaded/pom.xml
org.apache.xbean.asm4.AnnotationVisitor.class
org.apache.xbean.asm4.AnnotationWriter.class
org.apache.xbean.asm4.Attribute.class
org.apache.xbean.asm4.ByteVector.class
org.apache.xbean.asm4.ClassReader.class
org.apache.xbean.asm4.ClassVisitor.class
org.apache.xbean.asm4.ClassWriter.class
org.apache.xbean.asm4.Context.class
org.apache.xbean.asm4.Edge.class
org.apache.xbean.asm4.FieldVisitor.class
org.apache.xbean.asm4.FieldWriter.class
org.apache.xbean.asm4.Frame.class
org.apache.xbean.asm4.Handle.class
org.apache.xbean.asm4.Handler.class
org.apache.xbean.asm4.Item.class
org.apache.xbean.asm4.Label.class
org.apache.xbean.asm4.MethodVisitor.class
org.apache.xbean.asm4.MethodWriter.class
org.apache.xbean.asm4.Opcodes.class
org.apache.xbean.asm4.Type.class
org.apache.xbean.asm4.commons.AdviceAdapter.class
org.apache.xbean.asm4.commons.AnalyzerAdapter.class
org.apache.xbean.asm4.commons.CodeSizeEvaluator.class
org.apache.xbean.asm4.commons.GeneratorAdapter.class
org.apache.xbean.asm4.commons.InstructionAdapter.class
org.apache.xbean.asm4.commons.JSRInlinerAdapter.class
org.apache.xbean.asm4.commons.LocalVariablesSorter.class
org.apache.xbean.asm4.commons.Method.class
org.apache.xbean.asm4.commons.Remapper.class
org.apache.xbean.asm4.commons.RemappingAnnotationAdapter.class
org.apache.xbean.asm4.commons.RemappingClassAdapter.class
org.apache.xbean.asm4.commons.RemappingFieldAdapter.class
org.apache.xbean.asm4.commons.RemappingMethodAdapter.class
org.apache.xbean.asm4.commons.RemappingSignatureAdapter.class
org.apache.xbean.asm4.commons.SerialVersionUIDAdder.class
org.apache.xbean.asm4.commons.SimpleRemapper.class
org.apache.xbean.asm4.commons.StaticInitMerger.class
org.apache.xbean.asm4.commons.TableSwitchGenerator.class
org.apache.xbean.asm4.commons.TryCatchBlockSorter.class
org.apache.xbean.asm4.shade.commons.EmptyVisitor.class
org.apache.xbean.asm4.signature.SignatureReader.class
org.apache.xbean.asm4.signature.SignatureVisitor.class
org.apache.xbean.asm4.signature.SignatureWriter.class
org.apache.xbean.asm4.tree.AbstractInsnNode.class
org.apache.xbean.asm4.tree.AnnotationNode.class
org.apache.xbean.asm4.tree.ClassNode.class
org.apache.xbean.asm4.tree.FieldInsnNode.class
org.apache.xbean.asm4.tree.FieldNode.class
org.apache.xbean.asm4.tree.FrameNode.class
org.apache.xbean.asm4.tree.IincInsnNode.class
org.apache.xbean.asm4.tree.InnerClassNode.class
org.apache.xbean.asm4.tree.InsnList.class
org.apache.xbean.asm4.tree.InsnNode.class
org.apache.xbean.asm4.tree.IntInsnNode.class
org.apache.xbean.asm4.tree.InvokeDynamicInsnNode.class
org.apache.xbean.asm4.tree.JumpInsnNode.class
org.apache.xbean.asm4.tree.LabelNode.class
org.apache.xbean.asm4.tree.LdcInsnNode.class
org.apache.xbean.asm4.tree.LineNumberNode.class
org.apache.xbean.asm4.tree.LocalVariableNode.class
org.apache.xbean.asm4.tree.LookupSwitchInsnNode.class
org.apache.xbean.asm4.tree.MethodInsnNode.class
org.apache.xbean.asm4.tree.MethodNode.class
org.apache.xbean.asm4.tree.MultiANewArrayInsnNode.class
org.apache.xbean.asm4.tree.TableSwitchInsnNode.class
org.apache.xbean.asm4.tree.TryCatchBlockNode.class
org.apache.xbean.asm4.tree.TypeInsnNode.class
org.apache.xbean.asm4.tree.VarInsnNode.class

Pom

xbean-asm4-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-asm4-shaded</artifactId>
  <packaging>bundle</packaging>
  <name>Apache XBean :: ASM 4 shaded (repackaged)</name>
  <description>Repackaged and shaded asm 4.x jars</description>
  <licenses>
    <license>
      <url>http://asm.ow2.org/license.html</url>
    </license>
    <license>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <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</pattern>
                  <shadedPattern>org.apache.xbean.asm4.shade.commons</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.objectweb.asm</pattern>
                  <shadedPattern>org.apache.xbean.asm4</shadedPattern>
                </relocation>
              </relocations>
              <transformers>
                <transformer>
                  <manifestEntries>
                    <Bundle-License>http://asm.ow2.org/license.html</Bundle-License>
                    <Bundle-SymbolicName>org.apache.xbean.asm-shaded</Bundle-SymbolicName>
                    <Export-Package>${xbean.osgi.export}</Export-Package>
                    <Import-Package>${xbean.osgi.export}</Import-Package>
                  </manifestEntries>
                </transformer>
              </transformers>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <properties>
    <asm.version>4.1</asm.version>
    <xbean.osgi.export>org.apache.xbean.asm4;version=${asm.version},org.apache.xbean.asm4.signature;version=${asm.version},org.apache.xbean.asm4.commons;version=${asm.version},org.apache.xbean.asm4.tree;version=${asm.version}</xbean.osgi.export>
  </properties>
</project>

POM Entry

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

Download

If you think the following xbean-asm4-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-asm4-shaded-3.15.jar file




PreviousNext

Related