MVN

com.gccloud : gcpaas-api

Maven & Gradle

Aug 08, 2023
<dependency>
    <groupId>com.gccloud</groupId>
    <artifactId>gcpaas-api</artifactId>
    <version>1.0.0.2023080801.Alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0.2023080801.Alpha
  • Latest Alpha: 1.0.0.2023080801.Alpha

All Versions

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

Version Vulnerabilities Updated
1.0.x
gcpaas-api-1.0.0.2023080801.Alpha
gcpaas-api-1.0.0.2023072701.Alpha
gcpaas-api-1.0.0.2023072601.Alpha
gcpaas-api-1.0.0.2023072101.Alpha
gcpaas-api-1.0.0.2023071001.Alpha
gcpaas-api-1.0.0.2023070301.Alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gccloud</groupId>
    <artifactId>gcpaas-api</artifactId>
    <version>1.0.0.2023080801.Alpha</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gccloud:gcpaas-api:1.0.0.2023080801.Alpha'

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

implementation("com.gccloud:gcpaas-api:1.0.0.2023080801.Alpha")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gccloud" % "gcpaas-api" % "1.0.0.2023080801.Alpha"