MVN

com.indoqa : indoqa-nexus-downloader-integration-tests

Maven & Gradle

Jan 11, 2023
0 stars
<dependency>
    <groupId>com.indoqa</groupId>
    <artifactId>indoqa-nexus-downloader-integration-tests</artifactId>
    <version>0.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.indoqa : indoqa-nexus-downloader-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.5

All Versions

Choose a version of com.indoqa : indoqa-nexus-downloader-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
indoqa-nexus-downloader-integration-tests-0.2.5
indoqa-nexus-downloader-integration-tests-0.2.4
indoqa-nexus-downloader-integration-tests-0.2.3
indoqa-nexus-downloader-integration-tests-0.2.2
indoqa-nexus-downloader-integration-tests-0.2.1
indoqa-nexus-downloader-integration-tests-0.2.0

How to add a dependency to Maven

Add the following com.indoqa : indoqa-nexus-downloader-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.indoqa</groupId>
    <artifactId>indoqa-nexus-downloader-integration-tests</artifactId>
    <version>0.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.indoqa : indoqa-nexus-downloader-integration-tests gradle dependency to your build.gradle file:

implementation 'com.indoqa:indoqa-nexus-downloader-integration-tests:0.2.5'

Gradle Kotlin DSL: Add the following com.indoqa : indoqa-nexus-downloader-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.indoqa:indoqa-nexus-downloader-integration-tests:0.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.indoqa : indoqa-nexus-downloader-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.indoqa" % "indoqa-nexus-downloader-integration-tests" % "0.2.5"

Advertisement