GroupId | GroupIdorg.kuali.student.web |
---|---|
ArtifactId | ArtifactIdks-standalone |
Version | Version1.2.1 |
Type | Typewar |
Filename | Size |
---|---|
ks-standalone-1.2.1.pom | |
ks-standalone-1.2.1.war | 90 MB |
ks-standalone-1.2.1-tests.jar | 2 KB |
ks-standalone-1.2.1-sources.jar | 9 KB |
ks-standalone-1.2.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student.web/ks-standalone/ -->
<dependency>
<groupId>org.kuali.student.web</groupId>
<artifactId>ks-standalone</artifactId>
<version>1.2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-standalone/
implementation 'org.kuali.student.web:ks-standalone:1.2.1'
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-standalone/
implementation ("org.kuali.student.web:ks-standalone:1.2.1")
'org.kuali.student.web:ks-standalone:war:1.2.1'
<dependency org="org.kuali.student.web" name="ks-standalone" rev="1.2.1">
<artifact name="ks-standalone" type="war" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.web', module='ks-standalone', version='1.2.1')
)
libraryDependencies += "org.kuali.student.web" % "ks-standalone" % "1.2.1"
[org.kuali.student.web/ks-standalone "1.2.1"]