MVN

com.testquack : api

Maven & Gradle

Jan 23, 2023
89 stars
<dependency>
    <groupId>com.testquack</groupId>
    <artifactId>api</artifactId>
    <version>1.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.testquack : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.21

All Versions

Choose a version of com.testquack : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.21
api-1.21
1.20
api-1.20
1.19
api-1.19
1.18
api-1.18
1.17
api-1.17
1.16
api-1.16
1.15
api-1.15
1.14
api-1.14
1.13
api-1.13
1.12
api-1.12
1.11
api-1.11
1.9
api-1.9
1.8
api-1.8
1.7
api-1.7
1.5
api-1.5
1.4
api-1.4
1.3
api-1.3
1.2
api-1.2
1.1
api-1.1

How to add a dependency to Maven

Add the following com.testquack : api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.testquack</groupId>
    <artifactId>api</artifactId>
    <version>1.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.testquack : api gradle dependency to your build.gradle file:

implementation 'com.testquack:api:1.21'

Gradle Kotlin DSL: Add the following com.testquack : api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.testquack:api:1.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.testquack : api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.testquack" % "api" % "1.21"

Advertisement