- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for maven_central (0.07 sec)
-
.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>
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 22:04:16 UTC 2025 - 7.4K bytes - Viewed (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)Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 836 bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupTask.kt
""" |plugins { | id("com.android.application") version "${version.agpVersion}" |} | |repositories { | google() | mavenCentral() |} | |android { | namespace = "org.gradle.android.warmup" | compileSdk = ${version.compileSdk} | defaultConfig {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 09 09:24:29 UTC 2025 - 5.8K bytes - Viewed (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 {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 10 16:27:16 UTC 2025 - 1.8K bytes - Viewed (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()Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Sep 05 12:30:31 UTC 2025 - 1.6K bytes - Viewed (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")
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 11.5K bytes - Viewed (1) -
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")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 21 16:24:54 UTC 2025 - 11.6K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
apply(plugin = "kotlin") the<GradleModuleExtension>().identity.baseName.set("api-module") repositories { mavenCentral() } dependencies { "implementation"(gradleApi()) "implementation"(kotlin("stdlib"))
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 18K bytes - Viewed (0)