Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 228 for modulu (0.04 sec)

  1. 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)
  2. 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)
  3. okhttp/src/jvmMain/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3 {
      requires transitive kotlin.stdlib;
      requires transitive okio;
      requires java.logging;
      exports okhttp3;
      exports okhttp3.internal to okhttp3.logging, okhttp3.sse, okhttp3.java.net.cookiejar, okhttp3.dnsoverhttps, mockwebserver3, okhttp3.mockwebserver, okhttp3.coroutines, okhttp3.tls;
      exports okhttp3.internal.concurrent to mockwebserver3, okhttp3.mockwebserver;
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 08:30:26 UTC 2025
    - 969 bytes
    - Viewed (0)
  4. 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)
  5. 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;
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Apr 01 21:16:20 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  6. pom.xml

          <name>Chris Povirk</name>
          <email>******@****.***</email>
        </developer>
      </developers>
      <modules>
        <module>guava</module>
        <module>guava-bom</module>
        <module>guava-gwt</module>
        <module>guava-testlib</module>
        <module>guava-tests</module>
      </modules>
      <scm>
        <connection>scm:git:https://github.com/google/guava.git</connection>
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Dec 05 03:10:05 UTC 2025
    - 26.1K bytes
    - Viewed (0)
  7. android/pom.xml

          <id>cpovirk</id>
          <name>Chris Povirk</name>
          <email>******@****.***</email>
        </developer>
      </developers>
      <modules>
        <module>guava</module>
        <module>guava-bom</module>
        <module>guava-testlib</module>
        <module>guava-tests</module>
      </modules>
      <scm>
        <connection>scm:git:https://github.com/google/guava.git</connection>
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Dec 05 03:10:05 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  8. module-tests/build.gradle.kts

    }
    
    application {
      mainClass = "okhttp3.modules.Main"
      mainModule = "okhttp3.modules"
    }
    
    jlinkApplication {
      stripDebug = true
      stripJavaDebugAttributes = true
      compress.set("zip-9")
      addModules.addAll("jdk.crypto.ec", "java.logging")
      vm.set("server")
    }
    
    extraJavaModuleInfo {
      module("org.jetbrains:annotations", "org.jetbrains.annotations") {
        exportAllPackages()
      }
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:45:42 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  9. pom.xml

      </scm>
    	<parent>
    		<groupId>org.codelibs.fess</groupId>
    		<artifactId>fess-parent</artifactId>
    		<version>15.4.0</version>
    	</parent>
    	<modules>
    		<module>fess-crawler</module>
    		<module>fess-crawler-lasta</module>
    		<module>fess-crawler-opensearch</module>
    	</modules>
    	<build>
    		<pluginManagement>
    			<plugins>
    				<plugin>
    					<groupId>org.apache.maven.plugins</groupId>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sat Dec 20 06:34:36 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  10. guava/pom.xml

            <executions>
              <execution>
                <id>attach-gradle-module-metadata</id>
                <goals>
                  <goal>attach-artifact</goal>
                </goals>
                <configuration>
                  <artifacts>
                    <artifact>
                      <file>target/publish/module.json</file>
                      <type>module</type>
                    </artifact>
                  </artifacts>
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Nov 17 21:36:50 UTC 2025
    - 9.6K bytes
    - Viewed (0)
Back to top