MVN

com.testquack : api

Maven & Gradle

Jan 23, 2023
50 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 Updated
  • api-1.21

    Jan 23, 2023
  • api-1.20

    Oct 19, 2022
  • api-1.19

    Jun 05, 2022
  • api-1.18

    May 04, 2022
  • api-1.17

    Apr 17, 2022
  • api-1.16

    Nov 12, 2021
  • api-1.15

    Nov 12, 2021
  • api-1.14

    Nov 12, 2021
  • api-1.13

    Nov 12, 2021
  • api-1.12

    Sep 16, 2021
  • api-1.11

    Sep 10, 2021
  • api-1.9

    Jul 26, 2021
  • api-1.8

    Jul 18, 2021
  • api-1.7

    Jul 12, 2021
  • api-1.5

    Jun 08, 2021
  • api-1.4

    Nov 28, 2019
  • api-1.3

    Nov 14, 2019
  • api-1.2

    Sep 01, 2019
  • api-1.1

    Aug 14, 2019

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"