- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 620 for module1 (0.17 seconds)
-
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 Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Jan 07 12:02:00 GMT 2025 - 5K bytes - Click Count (0) -
MODULE.bazel
"""Experimental Bzlmod support for TensorFlow""" module( name = "tensorflow", repo_name = "org_tensorflow", ) bazel_dep(name = "bazel_features", version = "1.36.0") bazel_dep(name = "abseil-cpp", version = "20250814.1", repo_name = "com_google_absl") single_version_override( module_name = "abseil-cpp", patch_strip = 1, patches = [ "//third_party/absl:build_dll.patch", "//third_party/absl:endian.patch",
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 02 01:32:13 GMT 2026 - 11K bytes - Click Count (0) -
okhttp-brotli/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.brotli { requires okhttp3; exports okhttp3.brotli;Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 100 bytes - Click Count (0) -
okhttp-tls/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.tls { requires okhttp3; exports okhttp3.tls;Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 94 bytes - Click Count (0) -
mockwebserver-junit5/src/main/java9/module-info.java
@SuppressWarnings("module") module mockwebserver3.junit5 { requires okhttp3; opens mockwebserver3.junit5.internal;Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 121 bytes - Click Count (0) -
mockwebserver/src/main/java9/module-info.java
@SuppressWarnings("module") module mockwebserver3 { requires okhttp3; exports mockwebserver3; requires java.logging;Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 125 bytes - Click Count (0) -
guava-testlib/src/module-info.java
* or implied. See the License for the specific language governing permissions and limitations under * the License. */ /** Guava Testlib */ module com.google.common.testlib { requires java.logging; requires transitive com.google.common; requires transitive junit; requires static com.google.errorprone.annotations; requires static com.google.j2objc.annotations;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Apr 01 21:16:20 GMT 2025 - 1.2K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverResult.java
* @return module name of the dependency at the given path, or empty if the dependency is not modular * @throws IOException if the module information of the specified dependency cannot be read */ Optional<String> getModuleName(@Nonnull Path dependency) throws IOException; /** * Returns the Java module descriptor of the dependency at the given path.Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Mar 05 14:29:21 GMT 2025 - 6.3K bytes - Click Count (0) -
compat/maven-resolver-provider/src/site/apt/dependency-types.apt
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 5.7K bytes - Click Count (0) -
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;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Feb 12 18:13:11 GMT 2025 - 744 bytes - Click Count (0)