MVN

org.kualigan.kuali : kc_project

Maven & Gradle

Dec 14, 2013
1 stars

Kuali Coeus · The Kuali Coeus (KC) project is building a comprehensive system to manage the complexities of research administration that fully addresses the needs from the faculty researcher through grants administration to federal funding agencies. KC is using MIT’s proven COEUS system as its baseline design, filling in missing functionality from COEUS, and updating its technical architecture for vendor independence and easier integration with other administration systems.

<dependency>
    <groupId>org.kualigan.kuali</groupId>
    <artifactId>kc_project</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kualigan.kuali : kc_project to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1

All Versions

Choose a version of org.kualigan.kuali : kc_project to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
kc_project-5.0.1

How to add a dependency to Maven

Add the following org.kualigan.kuali : kc_project maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kualigan.kuali</groupId>
    <artifactId>kc_project</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kualigan.kuali : kc_project gradle dependency to your build.gradle file:

implementation 'org.kualigan.kuali:kc_project:5.0.1'

Gradle Kotlin DSL: Add the following org.kualigan.kuali : kc_project gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kualigan.kuali:kc_project:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kualigan.kuali : kc_project sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kualigan.kuali" % "kc_project" % "5.0.1"