Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,052 for JAR (0.1 sec)

  1. platforms/jvm/platform-jvm/src/main/java/org/gradle/jvm/tasks/Jar.java

    /**
     * Assembles a JAR archive.
     */
    @DisableCachingByDefault(because = "Not worth caching")
    public abstract class Jar extends Zip {
    
        public static final String DEFAULT_EXTENSION = "jar";
        private String manifestContentCharset = DefaultManifest.DEFAULT_CONTENT_CHARSET;
        private Manifest manifest;
        private final CopySpecInternal metaInf;
    
        public Jar() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  2. platforms/jvm/language-jvm/src/main/java/org/gradle/api/tasks/bundling/Jar.java

    package org.gradle.api.tasks.bundling;
    
    import groovy.lang.Closure;
    import org.gradle.work.DisableCachingByDefault;
    
    /**
     * Assembles a JAR archive.
     */
    @DisableCachingByDefault(because = "Not worth caching")
    public abstract class Jar extends org.gradle.jvm.tasks.Jar {
        @Override
        public Jar manifest(Closure<?> configureClosure) {
            super.manifest(configureClosure);
            return this;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 1K bytes
    - Viewed (0)
  3. maven-api-impl/src/test/remote-repo/org/apache/maven/plugins/maven-jar-plugin/0.1/maven-jar-plugin-0.1.jar

    Apache Maven Built-By: BEBE Build-Jdk: 1.6.0_07 META-INF/maven/plugin.xml A test plugin to assist testing of Maven core. org.apache.maven.plugins maven-jar-plugin 0.1 jar false true jar Does nothing. runtime false true false false false true org.apache.maven.plugin.coreit.ItMojo java per-lookup once-per-session org.apache.maven maven-plugin-api jar 2.0 org/apache/maven/plugin/coreit/ItMojo.class package org.apache.maven.plugin.coreit; public synchronized class ItMojo extends org.apache.maven.plugin.AbstractMojo...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. src/net/http/cookiejar/jar.go

    	// created SetCookies.
    	nextSeqNum uint64
    }
    
    // New returns a new cookie jar. A nil [*Options] is equivalent to a zero
    // Options.
    func New(o *Options) (*Jar, error) {
    	jar := &Jar{
    		entries: make(map[string]map[string]entry),
    	}
    	if o != nil {
    		jar.psList = o.PublicSuffixList
    	}
    	return jar, nil
    }
    
    // entry is the internal representation of a cookie.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 15K bytes
    - Viewed (0)
  5. maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-jar-plugin/0.1/maven-jar-plugin-0.1.jar

    Apache Maven Built-By: BEBE Build-Jdk: 1.6.0_07 META-INF/maven/plugin.xml A test plugin to assist testing of Maven core. org.apache.maven.plugins maven-jar-plugin 0.1 jar false true jar Does nothing. runtime false true false false false true org.apache.maven.plugin.coreit.ItMojo java per-lookup once-per-session org.apache.maven maven-plugin-api jar 2.0 org/apache/maven/plugin/coreit/ItMojo.class package org.apache.maven.plugin.coreit; public synchronized class ItMojo extends org.apache.maven.plugin.AbstractMojo...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Oct 23 23:48:02 UTC 2009
    - 6.6K bytes
    - Viewed (0)
  6. maven-core/src/test/projects/plugin-manager/project-contributing-system-scope-plugin-dep/tools.jar

    Jason van Zyl <******@****.***> 1243568062 +0000
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 29 03:34:22 UTC 2009
    - Viewed (0)
  7. maven-compat/src/test/projects/project-dependencies-resolver/it0063/jdk/lib/tools.jar

    Guillaume Nodet <******@****.***> 1686839096 +0200
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 15 14:24:56 UTC 2023
    - 345 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/ant/useAntType/groovy/libs/test.jar

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  9. maven-core/src/test/projects/project-builder/it0063/jdk/lib/tools.jar

    Jason van Zyl <******@****.***> 1243661130 +0000
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat May 30 05:25:30 UTC 2009
    - 345 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/ant/useAntType/kotlin/libs/test.jar

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
Back to top