Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 971 for modelX (0.15 sec)

  1. compat/maven-model-builder/src/site/apt/super-pom.apt.vm

    ~~ under the License.
    
     -----
     Super POM
     -----
     Hervé Boutemy
     -----
     2011-09-12
     -----
    
    Super POM
    
     All models implicitly inherit from a super-POM:
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1K bytes
    - Viewed (0)
  2. mockwebserver-junit5/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module mockwebserver3.junit5 {
      requires okhttp3;
      opens mockwebserver3.junit5.internal;
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:22:22 UTC 2025
    - 121 bytes
    - Viewed (0)
  3. mockwebserver/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module mockwebserver3 {
      requires okhttp3;
      exports mockwebserver3;
      requires java.logging;
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:22:22 UTC 2025
    - 125 bytes
    - Viewed (0)
  4. module-tests/src/main/java/module-info.java

    @SuppressWarnings("module")
    module okhttp3.modules {
      requires okhttp3;
      requires okhttp3.logging;
      requires jdk.crypto.ec;
      exports okhttp3.modules;
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:22:22 UTC 2025
    - 156 bytes
    - Viewed (0)
  5. okhttp-brotli/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.brotli {
      requires okhttp3;
      exports okhttp3.brotli;
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:22:22 UTC 2025
    - 100 bytes
    - Viewed (0)
  6. okhttp-tls/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.tls {
      requires okhttp3;
      exports okhttp3.tls;
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:22:22 UTC 2025
    - 94 bytes
    - Viewed (0)
  7. compat/maven-model-builder/src/test/resources/poms/validation/duplicate-module.xml

    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>aid</artifactId>
      <groupId>gid</groupId>
      <version>0.1</version>
      <packaging>pom</packaging>
    
      <modules>
        <module>child</module>
        <module>child</module>
      </modules>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1015 bytes
    - Viewed (0)
  8. futures/failureaccess/src/module-info.java

     * or implied. See the License for the specific language governing permissions and limitations under
     * the License.
     */
    
    /** Guava: {@code Future} Internals. */
    module com.google.common.util.concurrent.internal {
      exports com.google.common.util.concurrent.internal;
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 18:13:11 UTC 2025
    - 744 bytes
    - Viewed (0)
  9. docs/en/mkdocs.yml

        - tutorial/query-param-models.md
        - tutorial/body-multiple-params.md
        - tutorial/body-fields.md
        - tutorial/body-nested-models.md
        - tutorial/schema-extra-example.md
        - tutorial/extra-data-types.md
        - tutorial/cookie-params.md
        - tutorial/header-params.md
        - tutorial/cookie-param-models.md
        - tutorial/header-param-models.md
        - tutorial/response-model.md
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:44:55 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  10. impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java

            model = builder.build();
            String modelVersion = new MavenModelVersion().getModelVersion(model);
            if (!ModelBuilder.MODEL_VERSION_4_0_0.equals(modelVersion) && !preserveModelVersion) {
                warnNotDowngraded(project);
            }
            model = model.withModelVersion(modelVersion);
            return model;
        }
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Nov 27 07:40:26 UTC 2025
    - 21.2K bytes
    - Viewed (0)
Back to top