is not current version
Last Version 1007

org.kuali:kuali-test 1005

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

GroupId

GroupId

org.kuali
ArtifactId

ArtifactId

kuali-test
Version

Version

1005
Type

Type

pom

Download kuali-test 1005

Filename Size
kuali-test-1005.pom 34 KB
Browse

<!-- https://jarcasting.com/artifacts/org.kuali/kuali-test/ -->
<dependency>
    <groupId>org.kuali</groupId>
    <artifactId>kuali-test</artifactId>
    <version>1005</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali/kuali-test/
implementation 'org.kuali:kuali-test:1005'
// https://jarcasting.com/artifacts/org.kuali/kuali-test/
implementation ("org.kuali:kuali-test:1005")
'org.kuali:kuali-test:pom:1005'
<dependency org="org.kuali" name="kuali-test" rev="1005">
  <artifact name="kuali-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali', module='kuali-test', version='1005')
)
libraryDependencies += "org.kuali" % "kuali-test" % "1005"
[org.kuali/kuali-test "1005"]