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-2.0.0.231203-RC1.pom download
igrp-core-war-2.0.0.231203-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>cv.igrp</groupId>
  <artifactId>igrp-core-war</artifactId>
  <version>2.0.0.231203-RC1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'cv.igrp:igrp-core-war:2.0.0.231203-RC1'
Gradle Kotlin
implementation("cv.igrp:igrp-core-war:2.0.0.231203-RC1")
Scala SBT
libraryDependencies += "cv.igrp" % "igrp-core-war" % "2.0.0.231203-RC1"
Groovy Grape
@Grapes(
  @Grab(group='cv.igrp', module='igrp-core-war', version='2.0.0.231203-RC1')
)
Apache Ivy
<dependency org="cv.igrp" name="igrp-core-war" rev="2.0.0.231203-RC1" />
Leiningen
[cv.igrp/igrp-core-war "2.0.0.231203-RC1"]
Apache Buildr
'cv.igrp:igrp-core-war:jar:2.0.0.231203-RC1'
Dependencies

provided

|-- cv.igrp:igrp-core