组织ID: |
org.ow2.asm |
项目ID: |
asm-analysis |
版本: |
6.1-beta |
最后修改时间: |
2019-02-19 10:57:57 |
包类型: |
jar |
标题: |
asm-analysis |
描述: |
Static code analysis API of ASM, a very small and fast Java bytecode manipulation framework |
相关URL: |
http://asm.ow2.org/ |
大小: |
31.24KB |
|
Maven引入代码: |
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>6.1-beta</version>
</dependency>
|
Gradle引入代码: |
org.ow2.asm:asm-analysis:6.1-beta
|
下载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-analysis</artifactId>
<version>6.1-beta</version>
<name>asm-analysis</name>
<description>Static code analysis 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-tree</artifactId>
<version>6.1-beta</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-test</artifactId>
<version>6.1-beta</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
module-info.class
org.objectweb.asm.tree.analysis.Analyzer.class
org.objectweb.asm.tree.analysis.AnalyzerException.class
org.objectweb.asm.tree.analysis.BasicInterpreter.class
org.objectweb.asm.tree.analysis.BasicValue.class
org.objectweb.asm.tree.analysis.BasicVerifier.class
org.objectweb.asm.tree.analysis.Frame.class
org.objectweb.asm.tree.analysis.Interpreter.class
org.objectweb.asm.tree.analysis.SimpleVerifier.class
org.objectweb.asm.tree.analysis.SmallSet$IteratorImpl.class
org.objectweb.asm.tree.analysis.SmallSet.class
org.objectweb.asm.tree.analysis.SourceInterpreter.class
org.objectweb.asm.tree.analysis.SourceValue.class
org.objectweb.asm.tree.analysis.Subroutine.class
org.objectweb.asm.tree.analysis.Value.class
|
依赖Jar: |
asm-tree-6.1-beta.jar
/org.ow2.asm/asm-tree/6.1-beta
查看asm-tree所有版本文件
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-beta.jar
/org.ow2.asm/asm-test/6.1-beta
查看asm-test所有版本文件
junit-jupiter-engine-5.0.1.jar
/org.junit.jupiter/junit-jupiter-engine/5.0.1
查看junit-jupiter-engine所有版本文件
|