is not current version
Last Version 1.2.1

com.kapilvirenahuja:iframework 1.1.0

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.

GroupId

GroupId

com.kapilvirenahuja
ArtifactId

ArtifactId

iframework
Version

Version

1.1.0
Type

Type

jar

Download iframework 1.1.0


<!-- https://jarcasting.com/artifacts/com.kapilvirenahuja/iframework/ -->
<dependency>
    <groupId>com.kapilvirenahuja</groupId>
    <artifactId>iframework</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kapilvirenahuja/iframework/
implementation 'com.kapilvirenahuja:iframework:1.1.0'
// https://jarcasting.com/artifacts/com.kapilvirenahuja/iframework/
implementation ("com.kapilvirenahuja:iframework:1.1.0")
'com.kapilvirenahuja:iframework:jar:1.1.0'
<dependency org="com.kapilvirenahuja" name="iframework" rev="1.1.0">
  <artifact name="iframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kapilvirenahuja', module='iframework', version='1.1.0')
)
libraryDependencies += "com.kapilvirenahuja" % "iframework" % "1.1.0"
[com.kapilvirenahuja/iframework "1.1.0"]