Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for asm (0.15 sec)

  1. apache-maven/src/main/appended-resources/licenses/unrecognized-asm-9.6.txt

    ASM: a very small and fast Java bytecode manipulation framework
    Copyright (c) 2000-2011 INRIA, France Telecom
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Nov 13 12:16:58 GMT 2023
    - 1.5K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/dependency-management-with-interpolation/sub/pom.xml

    <?xml version="1.0"?><project>
      <parent>
        <artifactId>asm-parent</artifactId>
        <groupId>asm</groupId>
        <version>3.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
    
      <artifactId>asm-xml</artifactId>
      <version>3.0</version>
      <dependencies>
        <dependency>
          <groupId>asm</groupId>
          <artifactId>asm-util</artifactId>
        </dependency>
      </dependencies>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 395 bytes
    - Viewed (0)
  3. apache-maven/src/main/appended-resources/META-INF/NOTICE.vm

    to the Redistributor's license for terms and conditions of use.</p>
    
    <h4>ASM 4.1</h4>
    <p>The plug-in includes software developed by the ObjectWeb consortium as part
    of the ASM project at <a href="http://asm.ow2.org/">http://asm.ow2.org/</a>.</p>
    
    <p>A subset of ASM is re-packaged within the source and binary of the plug-in (org.eclipse.sisu.space.asm.*)
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Sep 10 19:27:25 GMT 2022
    - 5.5K bytes
    - Viewed (0)
  4. apache-maven/pom.xml

          <artifactId>org.eclipse.sisu.inject</artifactId>
          <classifier>no_asm</classifier>
        </dependency>
        <dependency>
          <groupId>com.google.inject</groupId>
          <artifactId>guice</artifactId>
          <classifier>classes</classifier>
        </dependency>
        <dependency>
          <groupId>org.ow2.asm</groupId>
          <artifactId>asm</artifactId>
        </dependency>
    
        <dependency>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 10.9K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/dependency-management-with-interpolation/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <artifactId>asm-parent</artifactId>
      <groupId>asm</groupId>
      <version>3.0</version>
      <packaging>pom</packaging>
    
      <dependencyManagement>
        <dependencies>
          <dependency>
            <artifactId>asm-util</artifactId>
            <groupId>${project.groupId}</groupId>
            <version>${project.version}</version>
          </dependency>
        </dependencies>
      </dependencyManagement>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 441 bytes
    - Viewed (0)
Back to top