License |
License |
---|---|
GroupId | GroupIdorg.kuali |
ArtifactId | ArtifactIdkuali-foo |
Version | Version99999 |
Type | Typepom |
Description |
DescriptionThe 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
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kuali-foo-99999.pom | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali/kuali-foo/ -->
<dependency>
<groupId>org.kuali</groupId>
<artifactId>kuali-foo</artifactId>
<version>99999</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali/kuali-foo/
implementation 'org.kuali:kuali-foo:99999'
// https://jarcasting.com/artifacts/org.kuali/kuali-foo/
implementation ("org.kuali:kuali-foo:99999")
'org.kuali:kuali-foo:pom:99999'
<dependency org="org.kuali" name="kuali-foo" rev="99999">
<artifact name="kuali-foo" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali', module='kuali-foo', version='99999')
)
libraryDependencies += "org.kuali" % "kuali-foo" % "99999"
[org.kuali/kuali-foo "99999"]