MVN

com.ibuildapp : sdk

Maven & Gradle

Jul 19, 2023

sdk · iBuildApp

<dependency>
    <groupId>com.ibuildapp</groupId>
    <artifactId>sdk</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibuildapp : sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.ibuildapp : sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
sdk-1.5.1
1.5
sdk-1.5
1.4
sdk-1.4
1.3
sdk-1.3
1.2.x
sdk-1.2.00
1.1.x
sdk-1.1.13
sdk-1.1.12
sdk-1.1.11
sdk-1.1.10
sdk-1.1.7
sdk-1.1.6
sdk-1.1.5
sdk-1.1.4
sdk-1.1.3
sdk-1.1.2
sdk-1.1.1
sdk-1.1.0
1.1
sdk-1.1
1.0.x
sdk-1.0.9
sdk-1.0.8
sdk-1.0.7
sdk-1.0.6
sdk-1.0.4
sdk-1.0.3
sdk-1.0.2
sdk-1.0.1
sdk-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ibuildapp</groupId>
    <artifactId>sdk</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibuildapp : sdk gradle dependency to your build.gradle file:

implementation 'com.ibuildapp:sdk:1.5.1'

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

implementation("com.ibuildapp:sdk:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibuildapp : sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibuildapp" % "sdk" % "1.5.1"

Advertisement