MVN

io.surati.gap : admin-base

Maven & Gradle

Apr 16, 2022

Base module for GAP web projects

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

Latest Version

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

  • Latest Stable: 0.5.4

All Versions

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

Version Vulnerabilities Updated
0.5.x
admin-base-0.5.4
admin-base-0.5.3
admin-base-0.5.2
admin-base-0.5.1
admin-base-0.5.0
0.4.x
admin-base-0.4.6
admin-base-0.4.5
admin-base-0.4.4
admin-base-0.4.3
admin-base-0.4.2
admin-base-0.4.1
0.4
admin-base-0.4
0.3
admin-base-0.3
0.2
admin-base-0.2
0.1
admin-base-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.surati.gap</groupId>
    <artifactId>admin-base</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.surati.gap:admin-base:0.5.4'

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

implementation("io.surati.gap:admin-base:0.5.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.surati.gap" % "admin-base" % "0.5.4"

Advertisement