Searched +full:apache +full:- +full:maven +full:- +full:3 (Results 1 – 25 of 950) sorted by relevance
12345678910>>...38
| /external/antlr/gunit-maven-plugin/ |
| D | pom.xml | 1 <!-- 5 ANTLR - Copyright (c) 2005-2010 Terence Parr 6 Maven Plugin - Copyright (c) 2009 Jim Idle 18 3. The name of the author may not be used to endorse or promote products 32 --> 34 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 38 <artifactId>antlr-master</artifactId> 39 <version>3.5.3</version> 41 <artifactId>maven-gunit-plugin</artifactId> 42 <packaging>maven-plugin</packaging> [all …]
|
| /external/antlr/antlr3-maven-plugin/ |
| D | pom.xml | 1 <!-- 5 ANTLR - Copyright (c) 2005-2010 Terence Parr 6 Maven Plugin - Copyright (c) 2009 Jim Idle 18 3. The name of the author may not be used to endorse or promote products 32 --> 36 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 40 <artifactId>antlr-master</artifactId> 41 <version>3.5.3</version> 43 <artifactId>antlr3-maven-plugin</artifactId> 44 <packaging>maven-plugin</packaging> [all …]
|
| /external/bazelbuild-rules_android/ |
| D | rules_android_maven_install.json | 4 "__INPUT_ARTIFACTS_HASH": -222111098, 5 "__RESOLVED_ARTIFACTS_HASH": -1128666162, 7 … "com.google.protobuf:protobuf-java-util:3.9.2": "com.google.protobuf:protobuf-java-util:3.19.3" 11 "coord": "androidx.annotation:annotation-experimental:1.1.0", 14 …"file": "v1/https/maven.google.com/androidx/annotation/annotation-experimental/1.1.0/annotation-ex… 16 …"https://maven.google.com/androidx/annotation/annotation-experimental/1.1.0/annotation-experimenta… 17 …"https://repo1.maven.org/maven2/androidx/annotation/annotation-experimental/1.1.0/annotation-exper… 20 …"url": "https://maven.google.com/androidx/annotation/annotation-experimental/1.1.0/annotation-expe… 26 … "file": "v1/https/maven.google.com/androidx/annotation/annotation/1.3.0/annotation-1.3.0.jar", 28 … "https://maven.google.com/androidx/annotation/annotation/1.3.0/annotation-1.3.0.jar", [all …]
|
| /external/oss-fuzz/projects/kryo/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder-jvm 19 RUN curl -L https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o… 20 unzip maven.zip -d $SRC/maven && \ 21 rm -rf maven.zip 23 ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn 25 RUN git clone --depth 1 https://github.com/EsotericSoftware/kryo
|
| /external/oss-fuzz/projects/zxing/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder-jvm 19 RUN curl -L https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o… 20 unzip maven.zip -d $SRC/maven && \ 21 rm -rf maven.zip 23 ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn 25 RUN git clone --depth 1 https://github.com/zxing/zxing
|
| /external/dagger2/util/ |
| D | install-maven.sh | 3 set -eux 5 function install-maven-version { 8 if [[ ! "$VERSION" =~ ^3\. ]]; then 9 echo 'Version must begin with "3."' 13 pushd "$(mktemp -d)" 14 # Download the maven version 15 … https://archive.apache.org/dist/maven/maven-3/${VERSION}/binaries/apache-maven-${VERSION}-bin.tar… 18 sudo tar xvf apache-maven-${VERSION}-bin.tar.gz -C /usr/share/ 23 sudo ln -s /usr/share/apache-maven-${VERSION}/bin/mvn /usr/bin/mvn 26 if [ $# -lt 1 ]; then [all …]
|
| /external/oss-fuzz/projects/protobuf-java/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder-jvm 19 RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config 21 RUN curl -L https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o… 22 unzip maven.zip -d $SRC/maven && \ 23 rm -rf maven.zip 25 ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn 27 RUN curl -L -O https://raw.githubusercontent.com/protobuf-c/protobuf-c/39cd58f5ff06048574ed5ce17ee6… 29 RUN git clone --depth 1 --recursive https://github.com/protocolbuffers/protobuf.git
|
| /external/antlr/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 6 <artifactId>oss-parent</artifactId> 11 <maven>3.8</maven> 16 <artifactId>antlr-master</artifactId> 18 <version>3.5.3</version> 19 <name>ANTLR 3 Master build control POM</name> 20 <description>Master build POM for ANTLR 3</description> 28 <!-- 34 --> [all …]
|
| /external/antlr/antlr3-maven-archetype/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 7 <artifactId>antlr3-maven-archetype</artifactId> 8 <packaging>maven-archetype</packaging> 9 <name>ANTLR 3 Maven Archetype</name> 10 <description>ANTLR 3 Maven Archetype</description> 13 <!-- 18 --> 21 <artifactId>antlr-master</artifactId> 22 <version>3.5.3</version> [all …]
|
| /external/oss-fuzz/projects/jackson-dataformat-xml/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder-jvm 19 RUN curl -L https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o… 20 unzip maven.zip -d $SRC/maven && \ 21 rm -rf maven.zip 23 ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn 25 RUN git clone --depth 1 https://github.com/google/fuzzing && \ 27 rm -rf fuzzing 29 RUN git clone --depth 1 https://github.com/dvyukov/go-fuzz-corpus && \ [all …]
|
| /external/oss-fuzz/projects/jsoup/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder-jvm 19 RUN curl -L https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o… 20 unzip maven.zip -d $SRC/maven && \ 21 rm -rf maven.zip 23 ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn 25 RUN git clone --depth 1 https://github.com/google/fuzzing && \ 28 rm -rf fuzzing 30 RUN git clone --depth 1 https://github.com/dvyukov/go-fuzz-corpus && \ [all …]
|
| /external/antlr/antlr-complete/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 4 <artifactId>antlr-complete</artifactId> 7 <name>ANTLR 3 Complete</name> 8 <description>Complete distribution for ANTLR 3</description> 10 <!-- 16 --> 19 <artifactId>antlr-master</artifactId> 20 <version>3.5.3</version> 25 <!-- [all …]
|
| /external/javaparser/ |
| D | readme.md | 3 …Maven Central](https://img.shields.io/maven-central/v/com.github.javaparser/javaparser-core.svg)](… 4 [](https://travis-ci.… 6 …r.im/javaparser/javaparser?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=bad… 7 []… 9 This project contains a set of libraries implementing a Java 1.0 - Java 12 Parser with advanced ana… 15 The project binaries are available in Maven Central. 17 We strongly advise users to adopt Maven, Gradle or another build system for their projects. 18 If you are not familiar with them we suggest taking a look at the maven quickstart projects 19 ([javaparser-maven-sample](https://github.com/javaparser/javaparser-maven-sample), 20 [javasymbolsolver-maven-sample](https://github.com/javaparser/javasymbolsolver-maven-sample)). [all …]
|
| D | appveyor.yml | 6 - ps: | 7 Add-Type -AssemblyName System.IO.Compression.FileSystem 8 if (!(Test-Path -Path "C:\maven" )) { 9 (new-object System.Net.WebClient).DownloadFile( 10 'http://www.us.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip', 11 'C:\maven-bin.zip' 13 [System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven") 15 - cmd: SET PATH=C:\maven\apache-maven-3.2.5\bin;%JAVA_HOME%\bin;%PATH% 16 - cmd: SET MAVEN_OPTS=-Xmx1g 17 - cmd: SET JAVA_OPTS=-Xmx1g [all …]
|
| /external/oss-fuzz/projects/apache-commons/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder-jvm 19 RUN curl -L https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o… 20 unzip maven.zip -d $SRC/maven && \ 21 rm -rf maven.zip 23 ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn 26 RUN git clone --depth 1 https://github.com/google/fuzzing && \ 32 rm -rf fuzzing 34 # Seed corpus (go-fuzz-corpus) [all …]
|
| /external/owasp/java-encoder/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="US-ASCII"?> 2 <!-- 36 --> 38 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 39 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 43 <artifactId>encoder-parent</artifactId> 44 <version>1.2.3</version> 49 The OWASP Encoders package is a collection of high-performance low-overhead 51 preventing Web Application security vulnerabilities such as Cross-Site 64 <name>OWASP (Open Web-Application Security Project)</name> [all …]
|
| /external/flatbuffers/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 5 <artifactId>flatbuffers-java</artifactId> 6 <version>2.0.3</version> 18 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 23 <name>Apache License V2.0</name> 55 <artifactId>maven-compiler-plugin</artifactId> 62 <artifactId>maven-surefire-plugin</artifactId> 71 <groupId>org.apache.maven.plugins</groupId> 72 <artifactId>maven-source-plugin</artifactId> [all …]
|
| /external/cronet/third_party/protobuf/java/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 6 <artifactId>protobuf-parent</artifactId> 7 <version>3.20.3</version> 12 <url>https://developers.google.com/protocol-buffers/</url> 30 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 31 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 33 <!-- These are relative to the submodules --> 38 <generated.sources.dir>${project.build.directory}/generated-sources</generated.sources.dir> 39 …<generated.testsources.dir>${project.build.directory}/generated-test-sources</generated.testsource… [all …]
|
| /external/jsoup/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 8 <version>1.17.2</version><!-- remember to update previous version below for japicmp --> 10 …oup is a Java library that simplifies working with real-world HTML and XML. It offers an easy-to-u… 26 <!-- <developerConnection>scm:git:git@github.com:jhy/jsoup.git</developerConnection> --> 27 <tag>jsoup-1.17.2</tag> 35 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 41 <!-- Compile --> 43 <groupId>org.apache.maven.plugins</groupId> 44 <artifactId>maven-compiler-plugin</artifactId> [all …]
|
| /external/testng/ |
| D | pom.xml | 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 4 <!-- Refer to the file ./build-with-maven for instruction on how to use this pom.xml --> 11 <version>6.9.10-SNAPSHOT</version> 17 <name>Apache License, Version 2.0</name> 18 <url>http://apache.org/licenses/LICENSE-2.0</url> 37 <artifactId>oss-parent</artifactId> 38 <version>3</version> 44 <url>https://api.bintray.com/maven/cbeust/maven/testng</url> 50 <groupId>org.apache.ant</groupId> 67 <!-- [all …]
|
| /external/cronet/third_party/protobuf/ruby/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 11 <artifactId>protobuf-jruby</artifactId> 12 <version>3.20.3</version> 19 <url>https://developers.google.com/protocol-buffers/</url> 22 <name>BSD-3-Clause</name> 23 <url>https://opensource.org/licenses/BSD-3-Clause</url> 35 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 42 <groupId>org.apache.maven.plugins</groupId> 43 <artifactId>maven-assembly-plugin</artifactId> [all …]
|
| /external/flatbuffers/grpc/ |
| D | pom.xml | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 2 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 5 <artifactId>flatbuffers-parent</artifactId> 7 <version>2.0.3</version> 8 <name>flatbuffers-parent</name> 13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 18 <name>The Apache Software License, Version 2.0</name> 19 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 63 <!-- 64 … os-maven-plugin is a Maven extension/plugin that generates various useful platform-dependent [all …]
|
| /external/gson/proto/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 8 <artifactId>gson-parent</artifactId> 18 <name>Apache-2.0</name> 19 <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> 32 <artifactId>protobuf-java</artifactId> 33 <version>4.0.0-rc-2</version> 39 <version>31.1-jre</version> 51 <version>1.1.3</version> 57 <finalName>gson-proto</finalName> [all …]
|
| /external/protobuf/java/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 6 <artifactId>protobuf-parent</artifactId> 12 <url>https://developers.google.com/protocol-buffers/</url> 30 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 31 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 33 <!-- These are relative to the submodules --> 38 <generated.sources.dir>${project.build.directory}/generated-sources</generated.sources.dir> 39 …<generated.testsources.dir>${project.build.directory}/generated-test-sources</generated.testsource… 44 <name>BSD-3-Clause</name> [all …]
|
| /external/junit-params/ |
| D | pom.xml | 1 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati… 4 <artifactId>oss-parent</artifactId> 26 <name>Apache 2</name> 27 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 29 <comments>A business-friendly OSS license</comments> 40 <tag>JUnitParams-1.0.5</tag> 60 <artifactId>nexus-staging-maven-plugin</artifactId> 70 <groupId>org.apache.maven.plugins</groupId> 71 <artifactId>maven-source-plugin</artifactId> 75 <id>attach-sources</id> [all …]
|
12345678910>>...38