组织ID: |
org.ow2.asm |
项目ID: |
asm-test |
版本: |
6.1-alpha |
最后修改时间: |
2019-12-01 14:21:15 |
包类型: |
jar |
标题: |
asm-test |
描述: |
Utilities for testing ASM, a very small and fast Java bytecode manipulation framework |
相关URL: |
http://asm.ow2.org/ |
大小: |
81.19KB |
|
Maven引入代码: |
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-test</artifactId>
<version>6.1-alpha</version>
</dependency>
|
Gradle引入代码: |
org.ow2.asm:asm-test:6.1-alpha
|
下载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>6.1-alpha</version>
<name>asm-test</name>
<description>Utilities for testing 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.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-test</artifactId>
<version>6.1-alpha</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.objectweb.asm.test.Assertions.class
org.objectweb.asm.test.ClassDump$SortedBuilder.class
org.objectweb.asm.test.ClassDump$ConstantMethodRefInfo.class
org.objectweb.asm.test.ClassDump$ConstantIntegerInfo.class
org.objectweb.asm.test.ClassDump$ConstantFloatInfo.class
org.objectweb.asm.test.AsmTest$ByteClassLoader.class
org.objectweb.asm.test.AsmTest.class
org.objectweb.asm.test.ClassDump$ConstantInterfaceMethodRefInfo.class
org.objectweb.asm.test.ClassDump$ConstantModuleInfo.class
org.objectweb.asm.test.AsmTest$ClassSubject.class
org.objectweb.asm.test.ClassDump$ConstantDoubleInfo.class
org.objectweb.asm.test.ClassDump$MethodContext.class
org.objectweb.asm.test.AsmTest$InvalidClass.class
org.objectweb.asm.test.ClassDump$CpInfo.class
org.objectweb.asm.test.ClassDump$InstructionIndex.class
org.objectweb.asm.test.ClassDump$ConstantClassInfo.class
org.objectweb.asm.test.ClassDump$ConstantMethodHandleInfo.class
org.objectweb.asm.test.ClassDump$ConstantNameAndTypeInfo.class
org.objectweb.asm.test.ClassDump$Builder.class
org.objectweb.asm.test.ClassDump.class
org.objectweb.asm.test.ClassDump$AbstractBuilder.class
org.objectweb.asm.test.ClassDump$ConstantFieldRefInfo.class
org.objectweb.asm.test.Assertions$ExecutableOutcomeSubject.class
org.objectweb.asm.test.ClassDump$ConstantInvokeDynamicInfo.class
org.objectweb.asm.test.ClassDump$ConstantMethodTypeInfo.class
org.objectweb.asm.test.ClassDump$Parser.class
org.objectweb.asm.test.AsmTest$PrecompiledClass.class
org.objectweb.asm.test.ClassDump$ConstantStringInfo.class
org.objectweb.asm.test.ClassDump$ConstantUtf8Info.class
org.objectweb.asm.test.ClassDump$ConstantPackageInfo.class
org.objectweb.asm.test.ClassDump$ClassContext.class
org.objectweb.asm.test.ClassDump$ConstantLongInfo.class
org.objectweb.asm.test.AsmTest$Api.class
org.objectweb.asm.test.Assertions$ExecutableSubject.class
jdk5.AllStructures$InvisibleAnnotation.class
jdk5.AllStructures$GenericInnerClass.class
jdk5.AllInstructions.class
jdk5.AllStructures$1LocalClass.class
jdk5.AllStructures.class
jdk5.AllStructures$InnerClass.class
jdk5.AllStructures$EnumClass.class
DefaultPackage.class
jdk8.LargeMethod.class
jdk8.AllInstructions.class
jdk8.AllStructures$1.class
jdk8.ArtificialStructures.class
jdk8.AllStructures.class
jdk8.AllFrames.class
jdk8.AllStructures$InnerClass.class
invalid.InvalidStackMapFrameType.class
invalid.InvalidInsnTypeAnnotationTargetType.class
invalid.InvalidVerificationTypeInfo.class
invalid.InvalidConstantPoolReference.class
invalid.InvalidClassVersion.class
invalid.InvalidOpcode.class
invalid.InvalidBytecodeOffset.class
invalid.InvalidCpInfoTag.class
invalid.InvalidConstantPoolIndex.class
invalid.InvalidWideOpcode.class
invalid.InvalidTypeAnnotationTargetType.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-jupiter-api-5.0.1.jar
/org.junit.jupiter/junit-jupiter-api/5.0.1
查看junit-jupiter-api所有版本文件
junit-jupiter-params-5.0.1.jar
/org.junit.jupiter/junit-jupiter-params/5.0.1
查看junit-jupiter-params所有版本文件
asm-test-6.1-alpha.jar
/org.ow2.asm/asm-test/6.1-alpha
查看asm-test所有版本文件
junit-jupiter-engine-5.0.1.jar
/org.junit.jupiter/junit-jupiter-engine/5.0.1
查看junit-jupiter-engine所有版本文件
|