MVN

org.kuali : kuali-test

Maven & Gradle

Jan 13, 2011

The Kuali Foundation · Kuali is a community of universities, colleges, businesses, and other organizations that have partnered to build and sustain open-source administrative software for higher education, by higher education. Kuali software is designed to meet the needs of all sizes of institutions, from land-grant research universities to community colleges. The members of the Kuali Community share a common vision of open, modular, and distributed systems for their software requirements. Kuali software is released under the Educational Community License

<dependency>
    <groupId>org.kuali</groupId>
    <artifactId>kuali-test</artifactId>
    <version>1007</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali : kuali-test to add to Maven - Latest Versions:

  • Latest Stable: 1007

All Versions

Choose a version of org.kuali : kuali-test to add to Maven - All Versions:

Version Vulnerabilities Updated
1007
kuali-test-1007
1005
kuali-test-1005
1002
kuali-test-1002
1000
kuali-test-1000
904
kuali-test-904
901
kuali-test-901

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.kuali</groupId>
    <artifactId>kuali-test</artifactId>
    <version>1007</version>
</dependency>

Advertisement