Compare commits
51 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
5672d27298 | ||
|
79590e0086 | ||
|
ee3d20758c | ||
|
2c6e12ca5a | ||
|
fc6e349bf3 | ||
|
2d5439eeb3 | ||
|
04b690dfce | ||
|
799692dcdb | ||
|
4e8e8172f0 | ||
|
5e80d84816 | ||
|
834531bbb2 | ||
|
540bac4265 | ||
|
1e08f8a4f3 | ||
|
fd16768893 | ||
|
13a08c72e3 | ||
|
3273b21324 | ||
|
c52b9ac03e | ||
|
1ccfae8c2c | ||
|
e086dfb4e9 | ||
|
e40cf74e63 | ||
|
466960d489 | ||
|
f7e9c18dad | ||
|
1bfecc51aa | ||
|
64910e3727 | ||
|
7236dccfd8 | ||
|
76ebfc8cd0 | ||
|
eb52bed10d | ||
|
5bada017bb | ||
|
816368589d | ||
|
dc96843313 | ||
|
b053ad4433 | ||
|
62fef3671f | ||
|
eb44759dc1 | ||
|
53d9f77a91 | ||
|
c27ce07513 | ||
|
beb875f64f | ||
|
44981ce293 | ||
|
cb0feddb49 | ||
|
feb1f6f0ba | ||
|
d858543310 | ||
|
fadf8039ea | ||
|
d37c8cc4f7 | ||
|
91043bf77a | ||
|
a02c04d77b | ||
|
e9ac0372d6 | ||
|
5b6de454f2 | ||
|
86b7ae6848 | ||
|
3e84f986f0 | ||
|
0681d75d57 | ||
|
65e33e7230 | ||
|
06fe166fed |
75
asm-9.7.pom
75
asm-9.7.pom
@ -1,75 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.ow2.asm</groupId>
|
|
||||||
<artifactId>asm</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<name>asm</name>
|
|
||||||
<description>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>
|
|
||||||
<parent>
|
|
||||||
<groupId>org.ow2</groupId>
|
|
||||||
<artifactId>ow2</artifactId>
|
|
||||||
<version>1.5.1</version>
|
|
||||||
</parent>
|
|
||||||
</project>
|
|
@ -1,83 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.ow2.asm</groupId>
|
|
||||||
<artifactId>asm-analysis</artifactId>
|
|
||||||
<version>9.7</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.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.ow2.asm</groupId>
|
|
||||||
<artifactId>asm-tree</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<parent>
|
|
||||||
<groupId>org.ow2</groupId>
|
|
||||||
<artifactId>ow2</artifactId>
|
|
||||||
<version>1.5.1</version>
|
|
||||||
</parent>
|
|
||||||
</project>
|
|
@ -1,89 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.ow2.asm</groupId>
|
|
||||||
<artifactId>asm-commons</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<name>asm-commons</name>
|
|
||||||
<description>Usefull class adapters based on 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.ow2.asm</groupId>
|
|
||||||
<artifactId>asm</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.ow2.asm</groupId>
|
|
||||||
<artifactId>asm-tree</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<parent>
|
|
||||||
<groupId>org.ow2</groupId>
|
|
||||||
<artifactId>ow2</artifactId>
|
|
||||||
<version>1.5.1</version>
|
|
||||||
</parent>
|
|
||||||
</project>
|
|
@ -1,89 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.ow2.asm</groupId>
|
|
||||||
<artifactId>asm-test</artifactId>
|
|
||||||
<version>9.7</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.10.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.junit.jupiter</groupId>
|
|
||||||
<artifactId>junit-jupiter-params</artifactId>
|
|
||||||
<version>5.10.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<parent>
|
|
||||||
<groupId>org.ow2</groupId>
|
|
||||||
<artifactId>ow2</artifactId>
|
|
||||||
<version>1.5.1</version>
|
|
||||||
</parent>
|
|
||||||
</project>
|
|
@ -1,83 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.ow2.asm</groupId>
|
|
||||||
<artifactId>asm-tree</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<name>asm-tree</name>
|
|
||||||
<description>Tree API of 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.ow2.asm</groupId>
|
|
||||||
<artifactId>asm</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<parent>
|
|
||||||
<groupId>org.ow2</groupId>
|
|
||||||
<artifactId>ow2</artifactId>
|
|
||||||
<version>1.5.1</version>
|
|
||||||
</parent>
|
|
||||||
</project>
|
|
@ -1,95 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.ow2.asm</groupId>
|
|
||||||
<artifactId>asm-util</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<name>asm-util</name>
|
|
||||||
<description>Utilities for 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.ow2.asm</groupId>
|
|
||||||
<artifactId>asm</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.ow2.asm</groupId>
|
|
||||||
<artifactId>asm-tree</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.ow2.asm</groupId>
|
|
||||||
<artifactId>asm-analysis</artifactId>
|
|
||||||
<version>9.7</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<parent>
|
|
||||||
<groupId>org.ow2</groupId>
|
|
||||||
<artifactId>ow2</artifactId>
|
|
||||||
<version>1.5.1</version>
|
|
||||||
</parent>
|
|
||||||
</project>
|
|
BIN
objectweb-asm-9.7.tar.xz
(Stored with Git LFS)
BIN
objectweb-asm-9.7.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user