MVN

io.surati.gap : gtp-base

Maven & Gradle

Apr 14, 2022

It is the base payment for General Treasury.

<dependency>
    <groupId>io.surati.gap</groupId>
    <artifactId>gtp-base</artifactId>
    <version>0.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.surati.gap : gtp-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.7

All Versions

Choose a version of io.surati.gap : gtp-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
gtp-base-0.3.7
gtp-base-0.3.6
gtp-base-0.3.5
gtp-base-0.3.4
gtp-base-0.3.3
gtp-base-0.3.2
gtp-base-0.3.1
gtp-base-0.3.0
0.2.x
gtp-base-0.2.1
gtp-base-0.2.0
0.1.x
gtp-base-0.1.0

How to add a dependency to Maven

Add the following io.surati.gap : gtp-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.surati.gap</groupId>
    <artifactId>gtp-base</artifactId>
    <version>0.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.surati.gap : gtp-base gradle dependency to your build.gradle file:

implementation 'io.surati.gap:gtp-base:0.3.7'

Gradle Kotlin DSL: Add the following io.surati.gap : gtp-base gradle kotlin dependency to your build.gradle.kts file:

implementation("io.surati.gap:gtp-base:0.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.surati.gap : gtp-base sbt scala dependency to your build.sbt file:

libraryDependencies += "io.surati.gap" % "gtp-base" % "0.3.7"

Advertisement