i

igrp-core-war

IGRPWeb is a platform developed by the Operational Nucleus for the Information Society (NOSi) to create web applications, based on business steps, processes, automatic code generation and incorporation of the Once-Only-Principle, written in Java. The IGRPWeb core is extremely lightweight and based on simple concepts. It's open-source and distributed under the Apache 2.0 license. Allows you to build unlimited number of e-government applications by yourself ensuring sustainability with an affordable and scalable solution on your own data.
https://github.com/NOSiCode-CV/IGRP-Framework
The Apache Software License, Version 2.0
IGRP
Files download
File Operation
igrp-core-war-1.8.2.240415.pom download
igrp-core-war-1.8.2.240415-sources.jar download
Apache Maven
<dependency>
  <groupId>cv.igrp</groupId>
  <artifactId>igrp-core-war</artifactId>
  <version>1.8.2.240415</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'cv.igrp:igrp-core-war:1.8.2.240415'
Gradle Kotlin
implementation("cv.igrp:igrp-core-war:1.8.2.240415")
Scala SBT
libraryDependencies += "cv.igrp" % "igrp-core-war" % "1.8.2.240415"
Groovy Grape
@Grapes(
  @Grab(group='cv.igrp', module='igrp-core-war', version='1.8.2.240415')
)
Apache Ivy
<dependency org="cv.igrp" name="igrp-core-war" rev="1.8.2.240415" />
Leiningen
[cv.igrp/igrp-core-war "1.8.2.240415"]
Apache Buildr
'cv.igrp:igrp-core-war:jar:1.8.2.240415'
Dependencies

provided

|-- cv.igrp:igrp-core