Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 377 for module1 (0.05 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/Type.java

        /**
         * Artifact type name for a JAR file that can be placed either on the annotation processor class path
         * or module path. The path (classes or modules) is chosen by the plugin, possibly using heuristic rules.
         */
        String PROCESSOR = "processor";
    
        /**
         * Artifact type name for a JAR file to unconditionally place on the annotation processor class path.
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  2. compat/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-parent.xml

      <groupId>inheritance</groupId>
      <artifactId>parent</artifactId>
      <version>11-SNAPSHOT</version>
    
      <name>Model inheritance test parent: module path != artifactId</name>
    
      <modules>
        <module>child</module>
      </modules>
    
      <!-- 5 URLs in the pom will be inherited with path added -->
      <url>http://www.apache.org/</url>
      <scm>
        <connection>scm:my-scm:http://domain.org/base</connection>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. okhttp-tls/Module.md

    # Module okhttp-tls
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Apr 02 11:27:49 UTC 2019
    - 68 bytes
    - Viewed (0)
  4. okhttp-coroutines/Module.md

    # Module okhttp-coroutines
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Mar 06 15:31:31 UTC 2022
    - 55 bytes
    - Viewed (0)
  5. okhttp/Module.md

    # Module okhttp
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Apr 02 11:27:49 UTC 2019
    - 74 bytes
    - Viewed (0)
  6. okhttp-sse/Module.md

    # Module okhttp-sse
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Apr 02 11:27:49 UTC 2019
    - 53 bytes
    - Viewed (0)
  7. mockwebserver/Module.md

    # Module mockwebserver
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Apr 02 11:27:49 UTC 2019
    - 74 bytes
    - Viewed (0)
  8. okhttp-logging-interceptor/Module.md

    # Module okhttp-logging-interceptor
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Apr 02 11:27:49 UTC 2019
    - 102 bytes
    - Viewed (0)
  9. okhttp-urlconnection/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.urlconnection {
      requires okhttp3;
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:22:22 UTC 2025
    - 81 bytes
    - Viewed (0)
  10. okhttp-logging-interceptor/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.logging {
      requires okhttp3;
      exports okhttp3.logging;
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:22:22 UTC 2025
    - 102 bytes
    - Viewed (0)
Back to top