组织ID: |
org.ow2.asm |
项目ID: |
asm-xml |
版本: |
6.1 |
最后修改时间: |
2018-10-09 12:14:26 |
包类型: |
jar |
标题: |
asm-xml |
描述: |
XML API of ASM, a very small and fast Java bytecode manipulation framework |
相关URL: |
http://asm.ow2.org/ |
大小: |
83.05KB |
|
Maven引入代码: |
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-xml</artifactId>
<version>6.1</version>
</dependency>
|
Gradle引入代码: |
org.ow2.asm:asm-xml:6.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.ow2</groupId>
<artifactId>ow2</artifactId>
<version>1.5</version>
</parent>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-xml</artifactId>
<version>6.1</version>
<name>asm-xml</name>
<description>XML API of ASM, a very small and fast Java bytecode manipulation framework</description>
<url>http://asm.ow2.org/</url>
<inceptionYear>2000</inceptionYear>
<organization>
<name>OW2</name>
<url>http://www.ow2.org/</url>
</organization>
<licenses>
<license>
<name>BSD</name>
<url>http://asm.ow2.org/license.html</url>
</license>
</licenses>
<developers>
<developer>
<id>ebruneton</id>
<name>Eric Bruneton</name>
<email>ebruneton@free.fr</email>
<roles>
<role>Creator</role>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>eu</id>
<name>Eugene Kuleshov</name>
<email>eu@javatx.org</email>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>forax</id>
<name>Remi Forax</name>
<email>forax@univ-mlv.fr</email>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>ASM Users List</name>
<subscribe>https://mail.ow2.org/wws/subscribe/asm</subscribe>
<post>asm@objectweb.org</post>
<archive>https://mail.ow2.org/wws/arc/asm/</archive>
</mailingList>
<mailingList>
<name>ASM Team List</name>
<subscribe>https://mail.ow2.org/wws/subscribe/asm-team</subscribe>
<post>asm-team@objectweb.org</post>
<archive>https://mail.ow2.org/wws/arc/asm-team/</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://gitlab.ow2.org/asm/asm/</connection>
<developerConnection>scm:git:https://gitlab.ow2.org/asm/asm/</developerConnection>
<url>https://gitlab.ow2.org/asm/asm/</url>
</scm>
<issueManagement>
<url>https://gitlab.ow2.org/asm/asm/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-test</artifactId>
<version>6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
module-info.class
org.objectweb.asm.xml.ASMContentHandler$AnnotableParameterCountRule.class
org.objectweb.asm.xml.ASMContentHandler$AnnotationDefaultRule.class
org.objectweb.asm.xml.ASMContentHandler$AnnotationParameterRule.class
org.objectweb.asm.xml.ASMContentHandler$AnnotationRule.class
org.objectweb.asm.xml.ASMContentHandler$AnnotationValueAnnotationRule.class
org.objectweb.asm.xml.ASMContentHandler$AnnotationValueArrayRule.class
org.objectweb.asm.xml.ASMContentHandler$AnnotationValueEnumRule.class
org.objectweb.asm.xml.ASMContentHandler$AnnotationValueRule.class
org.objectweb.asm.xml.ASMContentHandler$ClassRule.class
org.objectweb.asm.xml.ASMContentHandler$ExceptionRule.class
org.objectweb.asm.xml.ASMContentHandler$ExceptionsRule.class
org.objectweb.asm.xml.ASMContentHandler$FieldRule.class
org.objectweb.asm.xml.ASMContentHandler$FrameRule.class
org.objectweb.asm.xml.ASMContentHandler$FrameTypeRule.class
org.objectweb.asm.xml.ASMContentHandler$InnerClassRule.class
org.objectweb.asm.xml.ASMContentHandler$InsnAnnotationRule.class
org.objectweb.asm.xml.ASMContentHandler$InterfaceRule.class
org.objectweb.asm.xml.ASMContentHandler$InterfacesRule.class
org.objectweb.asm.xml.ASMContentHandler$InvokeDynamicBsmArgumentsRule.class
org.objectweb.asm.xml.ASMContentHandler$InvokeDynamicRule.class
org.objectweb.asm.xml.ASMContentHandler$LabelRule.class
org.objectweb.asm.xml.ASMContentHandler$LineNumberRule.class
org.objectweb.asm.xml.ASMContentHandler$LocalVarRule.class
org.objectweb.asm.xml.ASMContentHandler$LocalVariableAnnotationRule.class
org.objectweb.asm.xml.ASMContentHandler$LookupSwitchLabelRule.class
org.objectweb.asm.xml.ASMContentHandler$LookupSwitchRule.class
org.objectweb.asm.xml.ASMContentHandler$MaxRule.class
org.objectweb.asm.xml.ASMContentHandler$MethodParameterRule.class
org.objectweb.asm.xml.ASMContentHandler$MethodRule.class
org.objectweb.asm.xml.ASMContentHandler$ModuleRule.class
org.objectweb.asm.xml.ASMContentHandler$Opcode.class
org.objectweb.asm.xml.ASMContentHandler$OpcodeGroup.class
org.objectweb.asm.xml.ASMContentHandler$OpcodesRule.class
org.objectweb.asm.xml.ASMContentHandler$OuterClassRule.class
org.objectweb.asm.xml.ASMContentHandler$Rule.class
org.objectweb.asm.xml.ASMContentHandler$RuleSet.class
org.objectweb.asm.xml.ASMContentHandler$SourceRule.class
org.objectweb.asm.xml.ASMContentHandler$TableSwitchLabelRule.class
org.objectweb.asm.xml.ASMContentHandler$TableSwitchRule.class
org.objectweb.asm.xml.ASMContentHandler$TryCatchAnnotationRule.class
org.objectweb.asm.xml.ASMContentHandler$TryCatchRule.class
org.objectweb.asm.xml.ASMContentHandler$TypeAnnotationRule.class
org.objectweb.asm.xml.ASMContentHandler.class
org.objectweb.asm.xml.Processor$ASMContentHandlerFactory$1.class
org.objectweb.asm.xml.Processor$ASMContentHandlerFactory.class
org.objectweb.asm.xml.Processor$ContentHandlerFactory.class
org.objectweb.asm.xml.Processor$EntryElement.class
org.objectweb.asm.xml.Processor$InputSlicingHandler.class
org.objectweb.asm.xml.Processor$OutputSlicingHandler.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
asm-6.1.jar
/org.ow2.asm/asm/6.1
查看asm所有版本文件
asm-util-6.1.jar
/org.ow2.asm/asm-util/6.1
查看asm-util所有版本文件
asm-test-6.1.jar
/org.ow2.asm/asm-test/6.1
查看asm-test所有版本文件
junit-jupiter-api-5.1.0.jar
/org.junit.jupiter/junit-jupiter-api/5.1.0
查看junit-jupiter-api所有版本文件
junit-jupiter-params-5.1.0.jar
/org.junit.jupiter/junit-jupiter-params/5.1.0
查看junit-jupiter-params所有版本文件
|