- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 467 for jar$ (0.03 sec)
-
src/main/java/org/codelibs/core/io/ResourceUtil.java
import java.io.InputStream; import java.net.URL; import java.util.Properties; import org.codelibs.core.exception.IORuntimeException; import org.codelibs.core.exception.ResourceNotFoundRuntimeException; import org.codelibs.core.jar.JarFileUtil; import org.codelibs.core.net.URLUtil; /** * Utility class for resource handling. * * @author higa */ public abstract class ResourceUtil { /** * Do not instantiate. */Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 14.7K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java
Dependency dependency = new Dependency(); dependency.setGroupId(groupId); dependency.setArtifactId(artifactId); dependency.setVersion(version); dependency.setType("jar"); dependency.setScope("compile"); return factory.createDependencyArtifact(dependency); } private MojoExecution newMojoExecution() { PluginDescriptor pd = new PluginDescriptor();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Mar 26 19:31:34 UTC 2025 - 19.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java
boolean isStandalone = pomFile == null && modelSource != null && modelSource.getLocation().startsWith("jar:") && modelSource.getLocation().endsWith("/org/apache/maven/project/standalone.xml"); ModelBuilderRequest.ModelBuilderRequestBuilder builder = getModelBuildingRequest();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 51.8K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
import java.time.Duration import java.util.Optional plugins { groovy idea // Need to apply the idea plugin, so the extended configuration is taken into account on sync id("gradlebuild.module-jar") id("gradlebuild.dependency-modules") id("gradlebuild.jvm-compile") } tasks.withType<JavaCompile>().configureEach { options.release = provider {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:44:41 UTC 2025 - 18.9K bytes - Viewed (0) -
src/archive/zip/reader.go
) // A Reader serves content from a ZIP archive. type Reader struct { r io.ReaderAt File []*File Comment string decompressors map[uint16]Decompressor // Some JAR files are zip files with a prefix that is a bash script. // The baseOffset field is the start of the zip file proper. baseOffset int64 // fileList is a list of files sorted by ename, // for use by the Open method.Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Mar 11 22:19:38 UTC 2025 - 28.4K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java
String classifier = dependency.childText(MavenPomElements.Elements.CLASSIFIER); return groupId + ":" + artifactId + ":" + (type != null ? type : "jar") + ":" + (classifier != null ? classifier : ""); } private boolean fixPluginsInBuildElement(Element buildElement, UpgradeContext context, String sectionName) { boolean fixed = false;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 22.2K bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
classPathDependencies, ) ) private typealias ApiTypeSupplier = () -> ApiType /** * Provides [ApiType] instances by Kotlin source name from a class path. * * Keeps JAR files open for fast lookup, must be closed. * Once closed, type graph navigation from [ApiType] and [ApiFunction] instances * will throw [IllegalStateException]. * * Limitations:Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 20.2K bytes - Viewed (0) -
docs/bigdata/README.md
./bin/spark-submit --class org.apache.spark.examples.SparkPi \ --master yarn-client \ --num-executors 1 \ --driver-memory 512m \ --executor-memory 512m \ --executor-cores 1 \ examples/jars/spark-examples*.jar 10 ``` The job should produce an output as shown below. Note the value of pi in the output. ``` 17/03/22 23:21:10 INFO DAGScheduler: Job 0 finished: reduce at SparkPi.scala:38, took 1.302805 sRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 14.7K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
Some examples are {@code jar}, {@code war}, {@code ejb-client} and {@code test-jar}: see <a href="../maven-core/artifact-handlers.html">default artifact handlers</a> for a list. New types can be defined by extensions, so this is not a complete list. ]]> </description> <type>String</type> <defaultValue>jar</defaultValue> </field>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java
* This value can determine whether a dependency will be placed on the class-path or on the module-path. * For example, if the {@code module-info.class} entry of a <abbr>JAR</abbr> file exists only in the * {@code META-INF/versions/17/} sub-directory, then the default location of that dependency will be * the module-path only if the {@code --release} option is equal or greater than 17. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 07:30:49 UTC 2025 - 23K bytes - Viewed (0)