MVN

com.iamnbty : framework

Maven & Gradle

Jul 20, 2015

Android Framework · Android Framework

<dependency>
    <groupId>com.iamnbty</groupId>
    <artifactId>framework</artifactId>
    <version>1.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iamnbty : framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.28

All Versions

Choose a version of com.iamnbty : framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
framework-1.0.28
framework-1.0.27
framework-1.0.26
framework-1.0.25
framework-1.0.24
framework-1.0.23
framework-1.0.22
framework-1.0.21
framework-1.0.20
framework-1.0.19
framework-1.0.18
framework-1.0.17
framework-1.0.16
framework-1.0.15
framework-1.0.14
framework-1.0.13
framework-1.0.12
framework-1.0.11
framework-1.0.10
framework-1.0.9
framework-1.0.8
framework-1.0.7
framework-1.0.6
framework-1.0.5
framework-1.0.4
framework-1.0.3
framework-1.0.2
framework-1.0.1
framework-1.0.0
1.0
framework-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.iamnbty</groupId>
    <artifactId>framework</artifactId>
    <version>1.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iamnbty : framework gradle dependency to your build.gradle file:

implementation 'com.iamnbty:framework:1.0.28'

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

implementation("com.iamnbty:framework:1.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iamnbty : framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iamnbty" % "framework" % "1.0.28"