| License |
License |
|---|---|
| GroupId | GroupIdcom.kapilvirenahuja |
| ArtifactId | ArtifactIdiframework |
| Version | Version1.2.1 |
| Type | Typejar |
| Description |
DescriptioniFramework
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.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| iframework-1.2.1.pom | |
| iframework-1.2.1.jar | 45 KB |
| iframework-1.2.1-sources.jar | 52 KB |
| iframework-1.2.1-javadoc.jar | 279 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kapilvirenahuja/iframework/ -->
<dependency>
<groupId>com.kapilvirenahuja</groupId>
<artifactId>iframework</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kapilvirenahuja/iframework/
implementation 'com.kapilvirenahuja:iframework:1.2.1'
// https://jarcasting.com/artifacts/com.kapilvirenahuja/iframework/
implementation ("com.kapilvirenahuja:iframework:1.2.1")
'com.kapilvirenahuja:iframework:jar:1.2.1'
<dependency org="com.kapilvirenahuja" name="iframework" rev="1.2.1">
<artifact name="iframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kapilvirenahuja', module='iframework', version='1.2.1')
)
libraryDependencies += "com.kapilvirenahuja" % "iframework" % "1.2.1"
[com.kapilvirenahuja/iframework "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context-support | jar | 3.0.5.RELEASE |
| log4j : log4j | jar | 1.2.16 |
| com.thoughtworks.xstream : xstream | jar | 1.2.2 |
| org.springframework : spring-jdbc | jar | 3.0.5.RELEASE |
| jexcelapi : jxl | jar | 2.6 |
| commons-codec : commons-codec | jar | 1.5 |
| commons-lang : commons-lang | jar | 2.6 |
| commons-email : commons-email | jar | 1.1 |
| commons-configuration : commons-configuration | jar | 1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.1.1 |
| mysql : mysql-connector-java | jar | 5.1.6 |
| commons-dbcp : commons-dbcp | jar | 1.4 |