MVN

cv.igrp : igrp-core

Maven & Gradle

Aug 11, 2023
74 stars

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

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

Latest Version

Choose a version of cv.igrp : igrp-core 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 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>cv.igrp</groupId>
    <artifactId>igrp-core</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement