- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 181 for Repositories (0.34 sec)
-
build.gradle.kts
classpath(libs.gradlePlugin.binaryCompatibilityValidator) classpath(libs.gradlePlugin.mavenSympathy) classpath(libs.gradlePlugin.graalvmBuildTools) classpath(libs.gradlePlugin.ksp) } repositories { mavenCentral() gradlePluginPortal() google() } } apply(plugin = "org.jetbrains.dokka") apply(plugin = "com.diffplug.spotless") configure<SpotlessExtension> { kotlin {
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 11.5K bytes - Viewed (1) -
samples/guide/src/main/java/okhttp3/recipes/RewriteResponseCacheControl.java
public void run() throws Exception { for (int i = 0; i < 5; i++) { System.out.println(" Request: " + i); Request request = new Request.Builder() .url("https://api.github.com/search/repositories?q=http") .build(); OkHttpClient clientForCall; if (i == 2) { // Force this request's response to be written to the cache. This way, subsequent responses
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Jan 12 03:31:36 UTC 2019 - 2.6K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/maven/2.0/maven-2.0.pom
<module>maven-settings</module> </modules> <repositories> <repository> <releases> <enabled>false</enabled> </releases> <id>snapshots</id> <name>Maven Central Development Repository</name> <url>http://snapshots.maven.codehaus.org/maven2</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <releases>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.6K bytes - Viewed (0) -
CLAUDE.md
│ ├── config/ # Config index (crawl configs, schedules) │ ├── log/ # Log index │ ├── user/ # User index │ ├── exbhv/ # Extended behaviors (repositories) │ └── exentity/ # Extended entities (domain models) ├── helper/ # Cross-cutting utilities ├── crawler/ # Crawling engine ├── sso/ # SSO implementations
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 4.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/version/PluginVersionResolutionException.java
LocalRepository localRepository, List<RemoteRepository> remoteRepositories, String baseMessage) { super("Error resolving version for plugin '" + groupId + ":" + artifactId + "' from the repositories " + format(localRepository, remoteRepositories) + ": " + baseMessage); this.groupId = groupId; this.artifactId = artifactId; this.baseMessage = baseMessage; }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequestPopulator.java
throws MavenExecutionRequestPopulationException; /** * Injects default values like plugin groups or repositories into the specified execution request. * * @param request The execution request to populate, must not be {@code null}. * @return The populated execution request, never {@code null}.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/VersionRangeResolverResult.java
* information about resolved versions that match a version range constraint, including any exceptions * that occurred during resolution, the available versions, and their source repositories. * * <p>The versions returned by this interface are guaranteed to be in ascending order.</p> * * @since 4.0.0 */ @Experimental
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jan 29 08:17:07 UTC 2025 - 3.4K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Aug 06 04:56:48 UTC 2025 - 17.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelSource.java
* These sources support resolving related POMs using the {@link ModelLocator}.</li> * <li>Resolved sources: Used for artifacts that have been resolved by Maven from repositories * (using groupId:artifactId:version coordinates) and downloaded to the local repository. * These sources do not support resolving other sources.</li> * </ul> * * @since 4.0.0 * @see Source */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 4.4K bytes - Viewed (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/artifact/MavenArtifactProperties.java
* verify the path and resolve the artifact if the path actually denotes an existing file. If the path isn't valid, * resolution will fail and no attempts to search local/remote repositories are made. */ public static final String LOCAL_PATH = "localPath"; private MavenArtifactProperties() { // hide constructor }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.6K bytes - Viewed (0)