Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for jar (0.14 sec)

  1. .teamcity/.mvn/wrapper/maven-wrapper.jar

    Bo Zhang <******@****.***> 1582681719 +0800
    Archive
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Wed Feb 26 01:48:39 GMT 2020
    - 49.5K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

        request itself.
     *  New: `Headers.Builder.addAll(Headers)`.
     *  New: `ResponseBody.create(MediaType, ByteString)`.
     *  New: Embed R8/ProGuard rules in the jar. These will be applied automatically by R8.
     *  Fix: Release the connection if `Authenticator` throws an exception.
     *  Fix: Change the declaration of `OkHttpClient.cache()` to return a `@Nullable Cache`. The return
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Viewed (0)
  3. src/archive/zip/reader_test.go

    		if err != nil {
    			panic(err)
    		}
    	}
    	return bytes.NewReader(b), int64(len(b))
    }
    
    func TestIssue8186(t *testing.T) {
    	// Directory headers & data found in the TOC of a JAR file.
    	dirEnts := []string{
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                        }
    
                        Artifact artifact = repositorySystem.createArtifact(
                                ext.getGroupId(), ext.getArtifactId(), version, null, "jar");
    
                        if (artifact != null) {
                            extensionArtifacts.add(artifact);
                        }
                    }
                }
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 14:13:36 GMT 2024
    - 55.2K bytes
    - Viewed (0)
  5. .bazelrc

    build:linux_libtensorflow_build -- //tensorflow/tools/lib_package:libtensorflow.tar.gz //tensorflow/tools/lib_package:libtensorflow_jni.tar.gz //tensorflow/java:libtensorflow.jar //tensorflow/java:libtensorflow-src.jar //tensorflow/tools/lib_package:libtensorflow_proto.zip
    
    # PYTHON TESTS run a suite of Python tests intended for verifying that the Python wheel
    # will work properly. These are usually run Nightly or upon Release.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Apr 24 20:50:35 GMT 2024
    - 52.6K bytes
    - Viewed (2)
  6. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

        @Test
        void testPomInheritance() throws Exception {
            PomTestWrapper pom = buildPom("pom-inheritance/sub");
            assertEquals("parent-description", pom.getValue("description"));
            assertEquals("jar", pom.getValue("packaging"));
        }
    
        @Test
        void testCompleteModelWithoutParent() throws Exception {
            PomTestWrapper pom = buildPom("complete-model/wo-parent");
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 93.2K bytes
    - Viewed (0)
Back to top