i

igrp-core

IGRP Framework is a powerful and highly customizable platform developed by the Operational Nucleus for the Information Society (NOSi) to create web applications, it provides out of box, several modules to make easy to create stand-alone, production-grade web applications: authentication and access-control, business processes automation, reporting, page builder with automatic code generation and incorporation of the Once-Only-Principle, written in Java. IGRP Framework WAR - Contains some keys resources that give UI to IGRP Framework and others supports files.
https://github.com/NOSiCode-CV/IGRP-Framework
The Apache Software License, Version 2.0
IGRP
Files download
File Operation
igrp-core-2.0.0.240603-RCM.jar download
igrp-core-2.0.0.240603-RCM.pom download
igrp-core-2.0.0.240603-RCM-sources.jar download
Apache Maven
<dependency>
  <groupId>cv.igrp</groupId>
  <artifactId>igrp-core</artifactId>
  <version>2.0.0.240603-RCM</version>
</dependency>
Gradle Groovy
implementation 'cv.igrp:igrp-core:2.0.0.240603-RCM'
Gradle Kotlin
implementation("cv.igrp:igrp-core:2.0.0.240603-RCM")
Scala SBT
libraryDependencies += "cv.igrp" % "igrp-core" % "2.0.0.240603-RCM"
Groovy Grape
@Grapes(
  @Grab(group='cv.igrp', module='igrp-core', version='2.0.0.240603-RCM')
)
Apache Ivy
<dependency org="cv.igrp" name="igrp-core" rev="2.0.0.240603-RCM" />
Leiningen
[cv.igrp/igrp-core "2.0.0.240603-RCM"]
Apache Buildr
'cv.igrp:igrp-core:jar:2.0.0.240603-RCM'