组织ID: |
org.apache.xbean |
项目ID: |
xbean-asm-shaded |
版本: |
3.10 |
最后修改时间: |
2018-09-06 13:42:23 |
包类型: |
jar |
标题: |
Apache XBean :: ASM shaded (repackaged) |
描述: |
Repackaged and shaded asm jars |
大小: |
119.45KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm-shaded</artifactId>
<version>3.10</version>
</dependency>
|
Gradle引入代码: |
org.apache.xbean:xbean-asm-shaded:3.10
|
下载Jar包: |
|
POM文件内容: |
<?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.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-asm-shaded</artifactId>
<packaging>bundle</packaging>
<name>Apache XBean :: ASM shaded (repackaged)</name>
<description>Repackaged and shaded asm 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>
<relocations>
<relocation>
<pattern>org.objectweb.asm</pattern>
<shadedPattern>org.apache.xbean.asm</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>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<unzip />
</tasks>
</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>
<xbean.osgi.export>org.apache.xbean.asm;version=3.1,org.apache.xbean.asm.signature;version=3.1,org.apache.xbean.asm.commons;version=3.1,org.apache.xbean.asm.tree;version=3.1</xbean.osgi.export>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.xbean/xbean-asm-shaded/pom.properties
META-INF/maven/org.apache.xbean/xbean-asm-shaded/pom.xml
org.apache.xbean.asm.AnnotationVisitor.class
org.apache.xbean.asm.AnnotationWriter.class
org.apache.xbean.asm.Attribute.class
org.apache.xbean.asm.ByteVector.class
org.apache.xbean.asm.ClassAdapter.class
org.apache.xbean.asm.ClassReader.class
org.apache.xbean.asm.ClassVisitor.class
org.apache.xbean.asm.ClassWriter.class
org.apache.xbean.asm.Edge.class
org.apache.xbean.asm.FieldVisitor.class
org.apache.xbean.asm.FieldWriter.class
org.apache.xbean.asm.Frame.class
org.apache.xbean.asm.Handler.class
org.apache.xbean.asm.Item.class
org.apache.xbean.asm.Label.class
org.apache.xbean.asm.MethodAdapter.class
org.apache.xbean.asm.MethodVisitor.class
org.apache.xbean.asm.MethodWriter.class
org.apache.xbean.asm.Opcodes.class
org.apache.xbean.asm.Type.class
org.apache.xbean.asm.signature.SignatureReader.class
org.apache.xbean.asm.signature.SignatureVisitor.class
org.apache.xbean.asm.signature.SignatureWriter.class
org.apache.xbean.asm.commons.AdviceAdapter.class
org.apache.xbean.asm.commons.AnalyzerAdapter.class
org.apache.xbean.asm.commons.CodeSizeEvaluator.class
org.apache.xbean.asm.commons.EmptyVisitor.class
org.apache.xbean.asm.commons.GeneratorAdapter.class
org.apache.xbean.asm.commons.JSRInlinerAdapter$1.class
org.apache.xbean.asm.commons.JSRInlinerAdapter$Instantiation.class
org.apache.xbean.asm.commons.JSRInlinerAdapter$Subroutine.class
org.apache.xbean.asm.commons.JSRInlinerAdapter.class
org.apache.xbean.asm.commons.LocalVariablesSorter.class
org.apache.xbean.asm.commons.Method.class
org.apache.xbean.asm.commons.Remapper.class
org.apache.xbean.asm.commons.RemappingAnnotationAdapter.class
org.apache.xbean.asm.commons.RemappingClassAdapter.class
org.apache.xbean.asm.commons.RemappingFieldAdapter.class
org.apache.xbean.asm.commons.RemappingMethodAdapter.class
org.apache.xbean.asm.commons.RemappingSignatureAdapter.class
org.apache.xbean.asm.commons.SerialVersionUIDAdder$Item.class
org.apache.xbean.asm.commons.SerialVersionUIDAdder.class
org.apache.xbean.asm.commons.SimpleRemapper.class
org.apache.xbean.asm.commons.StaticInitMerger.class
org.apache.xbean.asm.commons.TableSwitchGenerator.class
org.apache.xbean.asm.tree.AbstractInsnNode.class
org.apache.xbean.asm.tree.AnnotationNode.class
org.apache.xbean.asm.tree.ClassNode.class
org.apache.xbean.asm.tree.FieldInsnNode.class
org.apache.xbean.asm.tree.FieldNode.class
org.apache.xbean.asm.tree.FrameNode.class
org.apache.xbean.asm.tree.IincInsnNode.class
org.apache.xbean.asm.tree.InnerClassNode.class
org.apache.xbean.asm.tree.InsnList$1.class
org.apache.xbean.asm.tree.InsnList$InsnListIterator.class
org.apache.xbean.asm.tree.InsnList.class
org.apache.xbean.asm.tree.InsnNode.class
org.apache.xbean.asm.tree.IntInsnNode.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
|