не последняя версия
Последняя версия 1.2.1

com.kapilvirenahuja:iframework 1.0.3

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.

Группа

Группа

com.kapilvirenahuja
Идентификатор

Идентификатор

iframework
Версия

Версия

1.0.3
Тип

Тип

jar

Скачать iframework 1.0.3


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