- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 183 for libs (0.03 seconds)
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.repositories.gradle.kts
} google { content { includeGroup("com.android.databinding") includeGroupByRegex("com\\.android\\.tools(\\.[a-z.\\-]*)?") } } 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-logic-settings/settings.gradle.kts
repositories { mavenCentral() gradlePluginPortal() } } pluginManagement { repositories { maven { url = uri("https://repo.gradle.org/gradle/enterprise-libs-release-candidates") content { val rcAndMilestonesPattern = "\\d{1,2}?\\.\\d{1,2}?(\\.\\d{1,2}?)?-((rc-\\d{1,2}?)|(milestone-\\d{1,2}?))" // GE plugin marker artifactCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 10 16:27:16 GMT 2025 - 1.8K bytes - Click Count (0) -
samples/simple-client/build.gradle.kts
plugins { kotlin("jvm") } dependencies { implementation(projects.okhttp) implementation(libs.squareup.moshi)Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Feb 15 23:38:32 GMT 2022 - 118 bytes - Click Count (0) -
samples/slack/build.gradle.kts
plugins { kotlin("jvm") } dependencies { implementation(projects.okhttp) implementation(projects.mockwebserver) implementation(libs.squareup.moshi)Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat May 10 11:15:14 GMT 2025 - 159 bytes - Click Count (0) -
samples/unixdomainsockets/build.gradle.kts
plugins { kotlin("jvm") } dependencies { implementation(projects.okhttp) implementation(projects.mockwebserver) implementation(libs.jnr.unixsocket)Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Feb 15 23:38:32 GMT 2022 - 159 bytes - Click Count (0) -
.gitignore
# Gradle # ------ .gradle /build /*/build /*/*/build /*/*/*/build /*/*/*/*/*/build /**/docs/src/samples/**/build /**/docs/src/snippets/**/build /*/internal-android-performance-testing/build-android-libs test-splits/ /gradle/verification-keyring.gpg # Kotlin # ------ .kotlin # IDEA # ---- !/.idea /.idea/*
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 11 20:35:18 GMT 2025 - 1.7K bytes - Click Count (0) -
build-logic-commons/settings.gradle.kts
* limitations under the License. */ dependencyResolutionManagement { repositories { gradlePluginPortal() maven { url = uri("https://repo.gradle.org/gradle/enterprise-libs-release-candidates") content { val rcAndMilestonesPattern = "\\d{1,2}?\\.\\d{1,2}?(\\.\\d{1,2}?)?-((rc-\\d{1,2}?)|(milestone-\\d{1,2}?))" // GE plugin marker artifactCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon May 19 17:09:05 GMT 2025 - 1.9K bytes - Click Count (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts
publishing { repositories { maven { name = "remote" val libsType = the<GradleModuleExtension>().identity.snapshot.map { if (it) "snapshots" else "releases" } url = uri("$artifactoryUrl/libs-${libsType.get()}-local") credentials { username = artifactoryUserName password = artifactoryUserPassword } } }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 17 16:12:44 GMT 2025 - 3.4K bytes - Click Count (0) -
buildSrc/src/main/kotlin/Osgi.kt
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Aug 01 08:06:31 GMT 2025 - 5.1K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
head.appendElement("link") .attr("rel", "stylesheet") .attr("href", "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css"); head.appendElement("script") .attr("src", "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"); head.appendElement("script") .append("hljs.highlightAll();"); }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue May 27 09:07:14 GMT 2025 - 11.7K bytes - Click Count (0)