MVN

com.github.aoudiamoncef : apollo-client-maven-plugin-tests

Maven & Gradle

Jun 02, 2023
86 stars

apollo-client-maven-plugin-tests · Test for maven plugin

<dependency>
    <groupId>com.github.aoudiamoncef</groupId>
    <artifactId>apollo-client-maven-plugin-tests</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.aoudiamoncef : apollo-client-maven-plugin-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of com.github.aoudiamoncef : apollo-client-maven-plugin-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
apollo-client-maven-plugin-tests-7.0.0
6.0.x
apollo-client-maven-plugin-tests-6.0.0
5.0.x
apollo-client-maven-plugin-tests-5.0.0
4.0.x
apollo-client-maven-plugin-tests-4.0.6
apollo-client-maven-plugin-tests-4.0.5
apollo-client-maven-plugin-tests-4.0.4
apollo-client-maven-plugin-tests-4.0.3
apollo-client-maven-plugin-tests-4.0.2
apollo-client-maven-plugin-tests-4.0.1
apollo-client-maven-plugin-tests-4.0.0
v5.0.x
apollo-client-maven-plugin-tests-v5.0.0
v4.0.x
apollo-client-maven-plugin-tests-v4.0.5

How to add a dependency to Maven

Add the following com.github.aoudiamoncef : apollo-client-maven-plugin-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.aoudiamoncef</groupId>
    <artifactId>apollo-client-maven-plugin-tests</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.aoudiamoncef : apollo-client-maven-plugin-tests gradle dependency to your build.gradle file:

implementation 'com.github.aoudiamoncef:apollo-client-maven-plugin-tests:7.0.0'

Gradle Kotlin DSL: Add the following com.github.aoudiamoncef : apollo-client-maven-plugin-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.aoudiamoncef:apollo-client-maven-plugin-tests:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.aoudiamoncef : apollo-client-maven-plugin-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.aoudiamoncef" % "apollo-client-maven-plugin-tests" % "7.0.0"

Advertisement