Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 445 for Modulen (0.07 seconds)

  1. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategyTest.java

                        <artifactId>test</artifactId>
                        <version>1.0.0</version>
                        <modules>
                            <module>module1</module>
                            <module>module2</module>
                        </modules>
                    </project>
                    """;
    
                Document document = Document.of(pomXml);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 38.8K bytes
    - Click Count (0)
  2. build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts

     * of project dependencies. This optimizes module loading during runtime, as we will only load external
     * modules that are not loaded transitively by other project modules.
     *
     * We perform this filtering, since if we simply include all external dependencies, regardless of whether
     * they are already loaded transitively, there is a measurable performance impact during module-loading.
     */
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri May 16 18:26:52 GMT 2025
    - 4.4K bytes
    - Click Count (0)
  3. 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>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1.7K bytes
    - Click Count (0)
  4. okhttp-tls/Module.md

    # Module okhttp-tls
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue Apr 02 11:27:49 GMT 2019
    - 68 bytes
    - Click Count (0)
  5. okhttp-coroutines/Module.md

    # Module okhttp-coroutines
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Mar 06 15:31:31 GMT 2022
    - 55 bytes
    - Click Count (0)
  6. okhttp/Module.md

    # Module okhttp
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue Apr 02 11:27:49 GMT 2019
    - 74 bytes
    - Click Count (0)
  7. architecture/standards/0005-introduce-core-ui-architecture-module.md

    This ADR does not specify the owner of this new architecture module. However, as a separate module, it can be assigned ownership independently of the other core services.
    
    ## Status
    
    ACCEPTED
    
    ## Consequences
    
    - Introduce the module and move the services and their implementations.
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Jan 07 08:43:32 GMT 2025
    - 1.3K bytes
    - Click Count (0)
  8. okhttp-sse/Module.md

    # Module okhttp-sse
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue Apr 02 11:27:49 GMT 2019
    - 53 bytes
    - Click Count (0)
  9. mockwebserver/Module.md

    # Module mockwebserver
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue Apr 02 11:27:49 GMT 2019
    - 74 bytes
    - Click Count (0)
  10. okhttp-logging-interceptor/Module.md

    # Module okhttp-logging-interceptor
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue Apr 02 11:27:49 GMT 2019
    - 102 bytes
    - Click Count (0)
Back to Top