组织ID: |
org.apache.xbean |
项目ID: |
xbean-asm4-shaded |
版本: |
3.15 |
最后修改时间: |
2018-08-10 22:37:43 |
包类型: |
jar |
标题: |
Apache XBean :: ASM 4 shaded (repackaged) |
描述: |
Repackaged and shaded asm 4.x jars |
大小: |
125.36KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm4-shaded</artifactId>
<version>3.15</version>
</dependency>
|
Gradle引入代码: |
org.apache.xbean:xbean-asm4-shaded:3.15
|
下载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.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>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
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.shade.commons.EmptyVisitor$1.class
org.apache.xbean.asm4.shade.commons.EmptyVisitor$2.class
org.apache.xbean.asm4.shade.commons.EmptyVisitor$3.class
org.apache.xbean.asm4.shade.commons.EmptyVisitor.class
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.signature.SignatureReader.class
org.apache.xbean.asm4.signature.SignatureVisitor.class
org.apache.xbean.asm4.signature.SignatureWriter.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$Instantiation.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$Item.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$1.class
org.apache.xbean.asm4.commons.TryCatchBlockSorter.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$InsnListIterator.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
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
|