组织ID: |
org.ow2.asm |
项目ID: |
asm-test |
版本: |
8.0 |
最后修改时间: |
2020-04-02 13:28:35 |
包类型: |
jar |
标题: |
asm-test |
描述: |
Utilities for testing ASM, a very small and fast Java bytecode manipulation framework |
相关URL: |
http://asm.ow2.io/ |
大小: |
85.13KB |
|
Maven引入代码: |
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-test</artifactId>
<version>8.0</version>
</dependency>
|
Gradle引入代码: |
org.ow2.asm:asm-test:8.0
|
下载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-test</artifactId>
<version>8.0</version>
<name>asm-test</name>
<description>Utilities for testing ASM, a very small and fast Java bytecode manipulation framework</description>
<url>http://asm.ow2.io/</url>
<inceptionYear>2000</inceptionYear>
<organization>
<name>OW2</name>
<url>http://www.ow2.org/</url>
</organization>
<licenses>
<license>
<name>BSD-3-Clause</name>
<url>https://asm.ow2.io/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.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-test</artifactId>
<version>8.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.objectweb.asm.test.AsmTest$Api.class
org.objectweb.asm.test.AsmTest$InvalidClass.class
org.objectweb.asm.test.AsmTest$PrecompiledClass.class
org.objectweb.asm.test.AsmTest.class
org.objectweb.asm.test.ClassFile$AbstractBuilder.class
org.objectweb.asm.test.ClassFile$Builder.class
org.objectweb.asm.test.ClassFile$ByteClassLoader.class
org.objectweb.asm.test.ClassFile$ClassContext.class
org.objectweb.asm.test.ClassFile$ConstantClassInfo.class
org.objectweb.asm.test.ClassFile$ConstantDoubleInfo.class
org.objectweb.asm.test.ClassFile$ConstantDynamicInfo.class
org.objectweb.asm.test.ClassFile$ConstantFieldRefInfo.class
org.objectweb.asm.test.ClassFile$ConstantFloatInfo.class
org.objectweb.asm.test.ClassFile$ConstantIntegerInfo.class
org.objectweb.asm.test.ClassFile$ConstantInterfaceMethodRefInfo.class
org.objectweb.asm.test.ClassFile$ConstantInvokeDynamicInfo.class
org.objectweb.asm.test.ClassFile$ConstantLongInfo.class
org.objectweb.asm.test.ClassFile$ConstantMethodHandleInfo.class
org.objectweb.asm.test.ClassFile$ConstantMethodRefInfo.class
org.objectweb.asm.test.ClassFile$ConstantMethodTypeInfo.class
org.objectweb.asm.test.ClassFile$ConstantModuleInfo.class
org.objectweb.asm.test.ClassFile$ConstantNameAndTypeInfo.class
org.objectweb.asm.test.ClassFile$ConstantPackageInfo.class
org.objectweb.asm.test.ClassFile$ConstantStringInfo.class
org.objectweb.asm.test.ClassFile$ConstantUtf8Info.class
org.objectweb.asm.test.ClassFile$CpInfo.class
org.objectweb.asm.test.ClassFile$InstructionIndex.class
org.objectweb.asm.test.ClassFile$MethodContext.class
org.objectweb.asm.test.ClassFile$Parser.class
org.objectweb.asm.test.ClassFile$SortedBuilder.class
org.objectweb.asm.test.ClassFile.class
org.objectweb.asm.test.ClassFormatException.class
org.objectweb.asm.test.Util.class
DefaultPackage.class
annotations.ICA.class
annotations.IFA.class
annotations.IMA.class
annotations.IPA.class
annotations.ITA.class
annotations.ITPA.class
annotations.ITUA.class
annotations.IVA.class
annotations.VCA.class
annotations.VFA.class
annotations.VMA.class
annotations.VPA.class
annotations.VTA.class
annotations.VTPA.class
annotations.VTUA.class
annotations.VVA.class
invalid.InvalidBytecodeOffset.class
invalid.InvalidClassVersion.class
invalid.InvalidConstantPoolIndex.class
invalid.InvalidConstantPoolReference.class
invalid.InvalidCpInfoTag.class
invalid.InvalidElementValue.class
invalid.InvalidInsnTypeAnnotationTargetType.class
invalid.InvalidOpcode.class
invalid.InvalidStackMapFrameType.class
invalid.InvalidTypeAnnotationTargetType.class
invalid.InvalidVerificationTypeInfo.class
invalid.InvalidWideOpcode.class
jdk11.AllInstructions.class
jdk11.AllStructures$Nested.class
jdk11.AllStructures.class
jdk14.AllStructures$RecordSubType.class
jdk15.AllStructures.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-jupiter-api-5.3.2.jar
/org.junit.jupiter/junit-jupiter-api/5.3.2
查看junit-jupiter-api所有版本文件
junit-jupiter-params-5.3.2.jar
/org.junit.jupiter/junit-jupiter-params/5.3.2
查看junit-jupiter-params所有版本文件
asm-test-8.0.jar
/org.ow2.asm/asm-test/8.0
查看asm-test所有版本文件
|