i

igrp-core-war

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