组织ID: |
org.apache.flink |
项目ID: |
flink-shaded-asm |
版本: |
5.0.4-6.0 |
最后修改时间: |
2019-02-16 10:39:22 |
包类型: |
jar |
标题: |
flink-shaded-asm-5 |
大小: |
268.17KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-asm</artifactId>
<version>5.0.4-6.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.flink:flink-shaded-asm:5.0.4-6.0
|
下载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>flink-shaded</artifactId>
<groupId>org.apache.flink</groupId>
<version>6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>flink-shaded-asm</artifactId>
<name>flink-shaded-asm-5</name>
<version>${asm.version}-6.0</version>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<id>shade-flink</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<dependencyReducedPomLocation>${project.basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<artifactSet>
<includes>
<include>org.ow2.asm:*</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>org.objectweb</pattern>
<shadedPattern>org.apache.flink.shaded.asm5.org.objectweb</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<properties>
<asm.version>5.0.4</asm.version>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/maven/org.apache.flink/flink-shaded-asm/pom.xml
META-INF/maven/org.apache.flink/flink-shaded-asm/pom.properties
META-INF/LICENSE
META-INF/licenses/LICENSE.asm
org.apache.flink.shaded.asm5.org.objectweb.asm.AnnotationVisitor.class
org.apache.flink.shaded.asm5.org.objectweb.asm.AnnotationWriter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.Attribute.class
org.apache.flink.shaded.asm5.org.objectweb.asm.ByteVector.class
org.apache.flink.shaded.asm5.org.objectweb.asm.ClassReader.class
org.apache.flink.shaded.asm5.org.objectweb.asm.ClassVisitor.class
org.apache.flink.shaded.asm5.org.objectweb.asm.ClassWriter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.Context.class
org.apache.flink.shaded.asm5.org.objectweb.asm.Edge.class
org.apache.flink.shaded.asm5.org.objectweb.asm.FieldVisitor.class
org.apache.flink.shaded.asm5.org.objectweb.asm.FieldWriter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.Frame.class
org.apache.flink.shaded.asm5.org.objectweb.asm.Handle.class
org.apache.flink.shaded.asm5.org.objectweb.asm.Handler.class
org.apache.flink.shaded.asm5.org.objectweb.asm.Item.class
org.apache.flink.shaded.asm5.org.objectweb.asm.Label.class
org.apache.flink.shaded.asm5.org.objectweb.asm.MethodVisitor.class
org.apache.flink.shaded.asm5.org.objectweb.asm.MethodWriter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.Opcodes.class
org.apache.flink.shaded.asm5.org.objectweb.asm.Type.class
org.apache.flink.shaded.asm5.org.objectweb.asm.TypePath.class
org.apache.flink.shaded.asm5.org.objectweb.asm.TypeReference.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.AdviceAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.AnalyzerAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.CodeSizeEvaluator.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.GeneratorAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.InstructionAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.JSRInlinerAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.LocalVariablesSorter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.Method.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.Remapper.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.RemappingAnnotationAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.RemappingClassAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.RemappingFieldAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.RemappingMethodAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.RemappingSignatureAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.SerialVersionUIDAdder$Item.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.SerialVersionUIDAdder.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.SimpleRemapper.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.StaticInitMerger.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.TableSwitchGenerator.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.TryCatchBlockSorter$1.class
org.apache.flink.shaded.asm5.org.objectweb.asm.commons.TryCatchBlockSorter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.signature.SignatureReader.class
org.apache.flink.shaded.asm5.org.objectweb.asm.signature.SignatureVisitor.class
org.apache.flink.shaded.asm5.org.objectweb.asm.signature.SignatureWriter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.AbstractInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.AnnotationNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.ClassNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.FieldInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.FieldNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.FrameNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.IincInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.InnerClassNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.InsnList$InsnListIterator.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.InsnList.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.InsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.IntInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.InvokeDynamicInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.JumpInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.LabelNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.LdcInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.LineNumberNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.LocalVariableAnnotationNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.LocalVariableNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.LookupSwitchInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.MethodInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.MethodNode$1.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.MethodNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.MultiANewArrayInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.ParameterNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.TableSwitchInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.TryCatchBlockNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.TypeAnnotationNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.TypeInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.VarInsnNode.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.Analyzer.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.AnalyzerException.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.BasicInterpreter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.BasicValue.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.BasicVerifier.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.Frame.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.Interpreter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.SimpleVerifier.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.SmallSet.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.SourceInterpreter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.SourceValue.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.Subroutine.class
org.apache.flink.shaded.asm5.org.objectweb.asm.tree.analysis.Value.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.ASMifiable.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.ASMifier.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.CheckAnnotationAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.CheckClassAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.CheckFieldAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.CheckMethodAdapter$1.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.CheckMethodAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.CheckSignatureAdapter.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.Printer.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.Textifiable.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.Textifier.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.TraceAnnotationVisitor.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.TraceClassVisitor.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.TraceFieldVisitor.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.TraceMethodVisitor.class
org.apache.flink.shaded.asm5.org.objectweb.asm.util.TraceSignatureVisitor.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$AnnotationDefaultRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$AnnotationParameterRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$AnnotationRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$AnnotationValueArrayRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$AnnotationValueEnumRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$AnnotationValueRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$ClassRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$ExceptionRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$ExceptionsRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$FieldRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$FrameRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$FrameTypeRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$InnerClassRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$InsnAnnotationRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$InterfaceRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$InterfacesRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$InvokeDynamicBsmArgumentsRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$InvokeDynamicRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$LabelRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$LineNumberRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$LocalVarRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$LookupSwitchLabelRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$LookupSwitchRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$MaxRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$MethodParameterRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$MethodRule.class
org.apache.flink.shaded.asm5.org.objectweb.asm.xml.ASMContentHandler$Opcode.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|