- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for maven_central (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.teamcity/pom.xml
<snapshots> <enabled>true</enabled> </snapshots> </repository> <repository> <id>maven_central</id> <name>Maven Central</name> <url>https://repo.maven.apache.org/maven2/</url> </repository> </repositories> <pluginRepositories> <pluginRepository>
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 29 22:04:16 GMT 2025 - 7.4K bytes - Click Count (2) -
buildSrc/build.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ plugins { `kotlin-dsl` } repositories { mavenCentral() gradlePluginPortal() } dependencies { implementation(libs.gradlePlugin.bnd) implementation(libs.kotlin.gradle.plugin.api) implementation(libs.gradlePlugin.mrjar)Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 836 bytes - Click Count (0) -
build-logic-settings/settings.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ dependencyResolutionManagement { repositories { mavenCentral() gradlePluginPortal() } } pluginManagement { repositories { maven { url = uri("https://repo.gradle.org/gradle/enterprise-libs-release-candidates") content {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 10 16:27:16 GMT 2025 - 1.8K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.repositories.gradle.kts
} } maven { name = "CHAMP libs" url = uri("https://releases.usethesource.io/maven/") mavenContent { includeGroup("io.usethesource") } } mavenCentral()Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Sep 05 12:30:31 GMT 2025 - 1.6K bytes - Click Count (0) -
build.gradle.kts
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 { target("**/*.kt")
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Nov 01 12:18:11 GMT 2025 - 11.5K bytes - Click Count (1) -
.ci/init.gradle
import com.bettercloud.vault.VaultConfig import com.bettercloud.vault.Vault initscript { repositories { mavenCentral() } dependencies { classpath 'com.bettercloud:vault-java-driver:4.1.0' } } boolean USE_ARTIFACTORY = false if (System.getenv('VAULT_ADDR') == null) { throw new GradleException("You must set the VAULT_ADDR environment variable to use this init script.") }Created: Sun Dec 21 06:47:06 GMT 2025 - Last Modified: Wed Nov 13 10:14:04 GMT 2019 - 3K bytes - Click Count (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/FindBrokenInternalLinksTest.groovy
plugins { id 'java' id 'checkstyle' id 'gradlebuild.documentation' } repositories { mavenCentral() } gradleDocumentation { javadocs { javaApi = project.uri("https://docs.oracle.com/javase/8/docs/api")Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Aug 21 16:24:54 GMT 2025 - 11.6K bytes - Click Count (0)