Home
last modified time | relevance | path

Searched +full:maven +full:- +full:settings (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
HDmaven-ant-tasks-2.1.3.jar ... maven.settings.Settings settings org.apache.maven.artifact.ant.LocalRepository localRepository protected synchronized org
/aosp_15_r20/external/google-cloud-java/java-resource-settings/
H A DREADME.md1 # Google Resource Settings API Client for Java
3 Java idiomatic client for [Resource Settings API][product-docs].
5 [![Maven][maven-version-image]][maven-version-link]
6 ![Stability][stability-image]
8 - [Product Documentation][product-docs]
9 - [Client Library Documentation][javadocs]
15 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
22 <artifactId>libraries-bom</artifactId>
33 <artifactId>google-cloud-resource-settings</artifactId>
37 If you are using Maven without the BOM, add this to your dependencies:
[all …]
H A Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
5 <artifactId>google-cloud-resource-settings-parent</artifactId>
7 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} -->
8 <name>Google Resource Settings API Parent</name>
15 <artifactId>google-cloud-jar-parent</artifactId>
16 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} -->
17 <relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
[all …]
/aosp_15_r20/external/google-cloud-java/java-securitycenter-settings/
H A DREADME.md1 # Google Security Command Center Settings API Client for Java
3 Java idiomatic client for [Security Command Center Settings API][product-docs].
5 [![Maven][maven-version-image]][maven-version-link]
6 ![Stability][stability-image]
8 - [Product Documentation][product-docs]
9 - [Client Library Documentation][javadocs]
11 > Note: This client is a work-in-progress, and may occasionally
12 > make backwards-incompatible changes.
18 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
25 <artifactId>libraries-bom</artifactId>
[all …]
H A Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
5 <artifactId>google-cloud-securitycenter-settings-parent</artifactId>
7 <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} -->
8 <name>Google Security Command Center Settings API Parent</name>
15 <artifactId>google-cloud-jar-parent</artifactId>
16 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} -->
17 <relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
[all …]
/aosp_15_r20/external/google-java-format/
H A DREADME.md1 # google-java-format
3 `google-java-format` is a program that reformats Java source code to comply with
10 ### from the command-line
12 [Download the formatter](https://github.com/google/google-java-format/releases)
16 java -jar /path/to/google-java-format-${GJF_VERSION?}-all-deps.jar <options> [files...]
19 The formatter can act on whole files, on limited lines (`--lines`), on specific
20 offsets (`--offset`), passing through to standard-out (default) or altered
21 in-place (`--replace`).
24 [`google-java-format-diff.py`](https://github.com/google/google-java-format/blob/master/scripts/goo…
33 [google-java-format IntelliJ plugin](https://plugins.jetbrains.com/plugin/8527)
[all …]
/aosp_15_r20/external/google-cloud-java/java-resource-settings/google-cloud-resource-settings-bom/
H A Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
5 <artifactId>google-cloud-resource-settings-bom</artifactId>
6 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} -->
11 <artifactId>google-cloud-pom-parent</artifactId>
12 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} -->
13 <relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
16 <name>Google Resource Settings API BOM</name>
18 BOM for Resource Settings API
22 <maven.antrun.skip>true</maven.antrun.skip>
[all …]
/aosp_15_r20/external/sdk-platform-java/
H A Dsettings.xml1 <!--
8 ~ http://www.apache.org/licenses/LICENSE-2.0
15 -->
17 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
20 https://maven.apache.org/xsd/settings-1.0.0.xsd">
23 <!-- Google's Maven Central mirror for Americas
24 https://maven-central.storage.googleapis.com/index.html
25 -->
[all …]
/aosp_15_r20/external/google-cloud-java/
H A Dsettings.xml1 <!--
8 ~ http://www.apache.org/licenses/LICENSE-2.0
15 -->
17 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
20 https://maven.apache.org/xsd/settings-1.0.0.xsd">
23 <!-- Google's Maven Central mirror for Americas
24 https://maven-central.storage.googleapis.com/index.html
25 -->
[all …]
/aosp_15_r20/external/aws-crt-java/
H A DREADME.md16 * [Java CRT Documentation](https://awslabs.github.io/aws-crt-java/)
18 * [Platform-Specific JARs](#platform-specific-jars)
19 * [System Properties](#system-properties)
20 * [TLS Behavior](#tls-behavior)
33 * Maven
36 1) `apt-get install cmake3 maven openjdk-8-jdk-headless -y`
37 2) `git clone https://github.com/awslabs/aws-crt-java.git`
38 3) `cd aws-crt-java`
39 4) `git submodule update --init --recursive`
47 * Maven
[all …]
/aosp_15_r20/external/googleapis/google/devtools/artifactregistry/v1/
H A Drepository.proto7 // http://www.apache.org/licenses/LICENSE-2.0
39 // The user-provided ID of the upstream policy.
43 // `projects/p1/locations/us-central1/repositories/repo1`.
123 // The user-provided ID of the cleanup policy.
180 // Configuration for a Maven remote repository.
182 // Predefined list of publicly available Maven repositories like Maven
188 // Maven Central.
194 // One of the publicly available Maven repositories supported by Artifact
314 // Settings specific to the remote repository.
316 // Specific settings for a Docker remote repository.
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings/android_common/dex-withres/
DSettings.jar ... lifecycle_lifecycle-livedata-core-ktx.version META-INF/androidx.lifecycle_lifecycle-livedata-core.
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings/android_common/dex-withres-aligned/
DSettings.jar ... lifecycle_lifecycle-livedata-core-ktx.version META-INF/androidx.lifecycle_lifecycle-livedata-core.
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings/android_common/dex/
DSettings.jar ... legacy_legacy-support-core-utils.version META-INF/androidx.lifecycle_lifecycle-livedata-core-
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings/android_common/aligned/
DSettings.jar ... legacy_legacy-support-core-utils.version META-INF/androidx.lifecycle_lifecycle-livedata-core-
/aosp_15_r20/external/google-cloud-java/java-securitycenter-settings/google-cloud-securitycenter-settings-bom/
H A Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
5 <artifactId>google-cloud-securitycenter-settings-bom</artifactId>
6 <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} -->
11 <artifactId>google-cloud-pom-parent</artifactId>
12 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} -->
13 <relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
16 <name>Google Security Command Center Settings API BOM</name>
18 BOM for Security Command Center Settings API
25 <artifactId>google-cloud-securitycenter-settings</artifactId>
[all …]
/aosp_15_r20/external/google-cloud-java/java-securitycenter-settings/grpc-google-cloud-securitycenter-settings-v1beta1/
H A Dpom.xml1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <artifactId>grpc-google-cloud-securitycenter-settings-v1beta1</artifactId>
7 …<version>0.20.0</version><!-- {x-version-update:grpc-google-cloud-securitycenter-settings-v1beta1:…
8 <name>grpc-google-cloud-securitycenter-settings-v1beta1</name>
9 <description>GRPC library for grpc-google-cloud-securitycenter-settings-v1beta1</description>
12 <artifactId>google-cloud-securitycenter-settings-parent</artifactId>
13 … <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} -->
18 <artifactId>grpc-api</artifactId>
[all …]
/aosp_15_r20/external/google-cloud-java/java-resource-settings/grpc-google-cloud-resource-settings-v1/
H A Dpom.xml1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <artifactId>grpc-google-cloud-resource-settings-v1</artifactId>
7 …<version>1.17.0</version><!-- {x-version-update:grpc-google-cloud-resource-settings-v1:current} -->
8 <name>grpc-google-cloud-resource-settings-v1</name>
9 <description>GRPC library for google-cloud-resource-settings</description>
12 <artifactId>google-cloud-resource-settings-parent</artifactId>
13 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} -->
18 <artifactId>grpc-api</artifactId>
[all …]
/aosp_15_r20/external/ktfmt/
H A DREADME.md1Maven Central Version](https://img.shields.io/maven-central/v/com.facebook/ktfmt)](https://central…
3 `ktfmt` is a program that pretty-prints (formats) Kotlin code, based on
4 [google-java-format](https://github.com/google/google-java-format).
11 | ---- | ---- |
18 | ------ | --------|
31 A [ktfmt IntelliJ plugin](https://plugins.jetbrains.com/plugin/14912-ktfmt) is available from the
32 plugin repository. To install it, go to your IDE's settings and select the `Plugins` category. Click
36 `File → Settings... → ktfmt Settings` (or `IntelliJ IDEA → Preferences... → Editor → ktfmt Settings`
41 `File → New Project Settings → Preferences for new Projects → Editor → ktfmt Settings`.
44 `Code` menu or with the Ctrl-Alt-L (by default) keyboard shortcut.
[all …]
/aosp_15_r20/external/google-cloud-java/java-securitycenter-settings/proto-google-cloud-securitycenter-settings-v1beta1/
H A Dpom.xml1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <artifactId>proto-google-cloud-securitycenter-settings-v1beta1</artifactId>
7 …<version>0.20.0</version><!-- {x-version-update:proto-google-cloud-securitycenter-settings-v1beta1…
8 <name>proto-google-cloud-securitycenter-settings-v1beta1</name>
9 <description>PROTO library for proto-google-cloud-securitycenter-settings-v1beta1</description>
12 <artifactId>google-cloud-securitycenter-settings-parent</artifactId>
13 … <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} -->
18 <artifactId>protobuf-java</artifactId>
[all …]
/aosp_15_r20/external/google-cloud-java/java-resource-settings/proto-google-cloud-resource-settings-v1/
H A Dpom.xml1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <artifactId>proto-google-cloud-resource-settings-v1</artifactId>
7 …<version>1.17.0</version><!-- {x-version-update:proto-google-cloud-resource-settings-v1:current} -…
8 <name>proto-google-cloud-resource-settings-v1</name>
9 <description>Proto library for google-cloud-resource-settings</description>
12 <artifactId>google-cloud-resource-settings-parent</artifactId>
13 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} -->
18 <artifactId>protobuf-java</artifactId>
[all …]
/aosp_15_r20/external/google-cloud-java/java-securitycenter-settings/google-cloud-securitycenter-settings/
H A Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
5 <artifactId>google-cloud-securitycenter-settings</artifactId>
6 <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} -->
8 <name>Google Security Command Center Settings API</name>
12 <artifactId>google-cloud-securitycenter-settings-parent</artifactId>
13 … <version>0.20.0</version><!-- {x-version-update:google-cloud-securitycenter-settings:current} -->
16 <site.installationModule>google-cloud-securitycenter-settings</site.installationModule>
21 <artifactId>grpc-api</artifactId>
25 <artifactId>grpc-stub</artifactId>
[all …]
/aosp_15_r20/external/google-cloud-java/java-resource-settings/google-cloud-resource-settings/
H A Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
5 <artifactId>google-cloud-resource-settings</artifactId>
6 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} -->
8 <name>Google Resource Settings API</name>
9 …<description>Resource Settings API allows users to control and modify the behavior of their GCP re…
12 <artifactId>google-cloud-resource-settings-parent</artifactId>
13 <version>1.17.0</version><!-- {x-version-update:google-cloud-resource-settings:current} -->
16 <site.installationModule>google-cloud-resource-settings</site.installationModule>
21 <artifactId>grpc-api</artifactId>
[all …]
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-maven-plugin/
H A Dbuild.gradle2 …* Copyright 2017-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
6 apply plugin: 'maven-publish'
8 apply from: rootProject.file('gradle/compile-options.gradle')
13 api "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
14 api project(":atomicfu-transformer")
15 api "org.apache.maven:maven-core:$maven_version"
16 api "org.apache.maven:maven-plugin-api:$maven_version"
17 api 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.5'
23 maven(MavenPublication) {
28 String mavenUserHome = System.getProperty("maven.user.home")
[all …]
/aosp_15_r20/external/accompanist/docs/
H A Dweb.md3 [![Maven Central](https://img.shields.io/maven-central/v/com.google.accompanist/accompanist-webview…
12 …ist.web/-web-view.html), which is provides the layout, and [`rememberWebViewState(url)`](../api/we…
28 ### WebView settings including JavaScript
30 By default, JavaScript is disabled in the WebView. To enable it or any other settings you can use t…
35 onCreated = { it.settings.javaScriptEnabled = true }
58 factory = { context -> CustomWebView(context) }
64 [![Maven Central](https://img.shields.io/maven-central/v/com.google.accompanist/accompanist-webview…
72 implementation "com.google.accompanist:accompanist-webview:<version>"

12345678910>>...29