Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 461 for module1 (0.05 seconds)

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

         * depending on whether {@link #CLASSES} or {@link #MODULES} is present.
         *
         * @param moduleName name of the module on which to apply the path
         * @return an identification of the patch-module path for the given module.
         *
         * @see Modular#moduleName()
         */
        @Nonnull
        public static Modular patchModule(@Nonnull String moduleName) {
            return PATCH_MODULE.new Modular(moduleName);
        }
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Dec 15 11:13:42 GMT 2025
    - 15.7K bytes
    - Click Count (1)
  2. 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)
  3. okhttp-urlconnection/src/main/java9/module-info.java

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

    @SuppressWarnings("module")
    module okhttp3.logging {
      requires okhttp3;
      exports okhttp3.logging;
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 102 bytes
    - Click Count (0)
  5. api/maven-api-core/src/main/java/org/apache/maven/api/PathType.java

         * Returns the unique name of this path type, including the module to patch if any.
         * For example, if this type is {@link JavaPathType#MODULES}, then this method returns {@code "MODULES"}.
         * But if this type was created by {@code JavaPathType.patchModule("foo.bar")}, then this method returns
         * {@code "PATCH_MODULE:foo.bar"}.
         *
         * @return the programmatic name together with the module name on which it applies
         * @see #toString()
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Jan 07 12:02:00 GMT 2025
    - 5K bytes
    - Click Count (0)
  6. okhttp-coroutines/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.coroutines {
      requires okhttp3;
      exports okhttp3.coroutines;
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 108 bytes
    - Click Count (0)
  7. okhttp-sse/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.sse {
      requires okhttp3;
      exports okhttp3.sse;
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 94 bytes
    - Click Count (0)
  8. mockwebserver-deprecated/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.mockwebserver {
      requires okhttp3;
      exports okhttp3.mockwebserver;
      requires java.logging;
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 139 bytes
    - Click Count (0)
  9. okhttp-java-net-cookiejar/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.java.net.cookiejar {
      requires okhttp3;
      exports okhttp3.java.net.cookiejar;
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 124 bytes
    - Click Count (0)
  10. okhttp-dnsoverhttps/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.dnsoverhttps {
      requires okhttp3;
      exports okhttp3.dnsoverhttps;
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 112 bytes
    - Click Count (0)
Back to Top