| 组织ID: |
org.plumelib |
| 项目ID: |
bcel-util |
| 版本: |
1.0.0 |
| 最后修改时间: |
2019-11-03 20:06:54 |
| 包类型: |
jar |
| 标题: |
Plume-lib Bcel-Util |
| 描述: |
Utility functions for BCEL. |
| 相关URL: |
https://github.com/plume-lib/bcel-util |
| 大小: |
47.30KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.plumelib</groupId>
<artifactId>bcel-util</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle引入代码: |
org.plumelib:bcel-util:1.0.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>
<groupId>org.plumelib</groupId>
<artifactId>bcel-util</artifactId>
<version>1.0.0</version>
<name>Plume-lib Bcel-Util</name>
<description>Utility functions for BCEL.</description>
<url>https://github.com/plume-lib/bcel-util</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>mernst</id>
<name>Michael Ernst</name>
<email>mernst@alum.mit.edu</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:plume-lib/bcel-util.git</connection>
<developerConnection>scm:git:git@github.com:plume-lib/bcel-util.git</developerConnection>
<url>git@github.com:plume-lib/bcel-util.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.checkerframework.annotatedlib</groupId>
<artifactId>bcel</artifactId>
<version>6.2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>2.5.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.plumelib.bcelutil.StackTypes.class
org.plumelib.bcelutil.JvmUtil.class
org.plumelib.bcelutil.SimpleLog.class
org.plumelib.bcelutil.StackVer$1.class
org.plumelib.bcelutil.LimitedConstraintVisitor.class
org.plumelib.bcelutil.StackVer$InstructionContextQueue.class
org.plumelib.bcelutil.BcelUtil.class
org.plumelib.bcelutil.InstructionListUtils.class
org.plumelib.bcelutil.StackVer.class
org.plumelib.bcelutil.StackMapUtils.class
|
| 依赖Jar: |
bcel-6.2.0.1.jar
/org.checkerframework.annotatedlib/bcel/6.2.0.1
查看bcel所有版本文件
checker-qual-2.5.4.jar
/org.checkerframework/checker-qual/2.5.4
查看checker-qual所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|