MVN

cv.igrp : igrp-core-war

Maven & Gradle

Aug 11, 2023
74 stars

IGRP Framework 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.

<dependency>
    <groupId>cv.igrp</groupId>
    <artifactId>igrp-core-war</artifactId>
    <version>1.7.3.230811</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cv.igrp : igrp-core-war to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.3.230811
  • Latest Beta: 2.0.0.230811-beta
  • Latest Alpha: 2.0.0.230728-alpha

All Versions

Choose a version of cv.igrp : igrp-core-war to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
igrp-core-war-2.0.0.230811-beta
igrp-core-war-2.0.0.230801-beta
igrp-core-war-2.0.0.230731-beta
igrp-core-war-2.0.0.230729-beta
igrp-core-war-2.0.0.230728.1-beta
igrp-core-war-2.0.0.230728-beta
igrp-core-war-2.0.0.230728-alpha
igrp-core-war-2.0.0.230725-alpha
igrp-core-war-2.0.0.230706-alpha
igrp-core-war-2.0.0.230627-alpha
igrp-core-war-2.0.0.230625-alpha
1.7.x
igrp-core-war-1.7.3.230811
igrp-core-war-1.7.3.230802
igrp-core-war-1.7.3.230801
igrp-core-war-1.7.2.230728
igrp-core-war-1.7.2.230627
igrp-core-war-1.7.2.230624
igrp-core-war-1.7.2.230622

How to add a dependency to Maven

Add the following cv.igrp : igrp-core-war maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cv.igrp</groupId>
    <artifactId>igrp-core-war</artifactId>
    <version>1.7.3.230811</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cv.igrp : igrp-core-war gradle dependency to your build.gradle file:

implementation 'cv.igrp:igrp-core-war:1.7.3.230811'

Gradle Kotlin DSL: Add the following cv.igrp : igrp-core-war gradle kotlin dependency to your build.gradle.kts file:

implementation("cv.igrp:igrp-core-war:1.7.3.230811")

How to add a dependency to SBT Scala

SBT Scala: Add the following cv.igrp : igrp-core-war sbt scala dependency to your build.sbt file:

libraryDependencies += "cv.igrp" % "igrp-core-war" % "1.7.3.230811"

Advertisement