MVN

com.kapilvirenahuja : iframework

Maven & Gradle

Nov 22, 2011

iFramework · This is a set of utilities and classes that I have found useful over the years. In my career spanning over a decade, I have time and again written the same code or some part of the code over and over again. I never found the time to collate the details in a reusable library. This project will be a collection of such files. The work that I have been doing is more than 5 years old, however the project has been conceived in 2011.

<dependency>
    <groupId>com.kapilvirenahuja</groupId>
    <artifactId>iframework</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kapilvirenahuja : iframework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.kapilvirenahuja : iframework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
iframework-1.2.1
iframework-1.2.0
1.1.x
iframework-1.1.1
iframework-1.1.0
1.0.x
iframework-1.0.4
iframework-1.0.3
iframework-1.0.2
iframework-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kapilvirenahuja</groupId>
    <artifactId>iframework</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kapilvirenahuja : iframework gradle dependency to your build.gradle file:

implementation 'com.kapilvirenahuja:iframework:1.2.1'

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

implementation("com.kapilvirenahuja:iframework:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kapilvirenahuja : iframework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kapilvirenahuja" % "iframework" % "1.2.1"