- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 7,624 for requires (0.04 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Mojo.java
@Inherited public @interface Mojo { /** * goal name (required). * @return the goal name */ @Nonnull String name(); /** * default phase to bind your mojo. * @return the default phase */ @Nonnull String defaultPhase() default ""; /** * does your mojo requires a project to be executed? * @return requires a project */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Aug 29 18:21:40 UTC 2024 - 3.5K bytes - Viewed (0) -
src/cmd/asm/internal/arch/riscv64.go
// assembler. package arch import ( "cmd/internal/obj" "cmd/internal/obj/riscv" "fmt" ) // IsRISCV64AMO reports whether op is an AMO instruction that requires // special handling. func IsRISCV64AMO(op obj.As) bool { switch op { case riscv.ASCW, riscv.ASCD, riscv.AAMOSWAPW, riscv.AAMOSWAPD, riscv.AAMOADDW, riscv.AAMOADDD,
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Sep 12 08:12:45 UTC 2025 - 2.8K bytes - Viewed (0) -
okhttp-coroutines/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.coroutines { requires okhttp3; exports okhttp3.coroutines;Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 108 bytes - Viewed (0) -
okhttp-sse/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.sse { requires okhttp3; exports okhttp3.sse;Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 94 bytes - Viewed (0) -
okhttp/build.gradle.kts
// Set the Java release version. options.release.set(9) // Ignore warnings about using 'requires transitive' on automatic modules. // not needed when compiling with recent JDKs, e.g. 17 options.compilerArgs.add("-Xlint:-requires-transitive-automatic") // Patch the compileKotlinJvm output classes into the compilation so exporting packages works correctly.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 12.3K bytes - Viewed (0) -
okhttp-java-net-cookiejar/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.java.net.cookiejar { requires okhttp3; exports okhttp3.java.net.cookiejar;Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 124 bytes - Viewed (0) -
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) -
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) -
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) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/ContainerCapsule.java
/** * The {@link Lookup} service backed by container in this capsule. */ @Nonnull Lookup getLookup(); /** * The TCCL, if implementation requires it. */ @Nonnull Optional<ClassLoader> currentThreadClassLoader(); /** * Performs a clean shutdown of backing container. */ @Override void close() throws Exception;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 31 20:56:58 UTC 2025 - 1.5K bytes - Viewed (0)