GroupId | GroupIdorg.kuali.student.core |
---|---|
ArtifactId | ArtifactIdks-common-test |
Version | Version2.0.2-cm |
Type | Typejar |
Filename | Size |
---|---|
ks-common-test-2.0.2-cm.pom | |
ks-common-test-2.0.2-cm.jar | 51 KB |
ks-common-test-2.0.2-cm-tests.jar | 25 KB |
ks-common-test-2.0.2-cm-sources.jar | 46 KB |
ks-common-test-2.0.2-cm-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student.core/ks-common-test/ -->
<dependency>
<groupId>org.kuali.student.core</groupId>
<artifactId>ks-common-test</artifactId>
<version>2.0.2-cm</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.core/ks-common-test/
implementation 'org.kuali.student.core:ks-common-test:2.0.2-cm'
// https://jarcasting.com/artifacts/org.kuali.student.core/ks-common-test/
implementation ("org.kuali.student.core:ks-common-test:2.0.2-cm")
'org.kuali.student.core:ks-common-test:jar:2.0.2-cm'
<dependency org="org.kuali.student.core" name="ks-common-test" rev="2.0.2-cm">
<artifact name="ks-common-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.core', module='ks-common-test', version='2.0.2-cm')
)
libraryDependencies += "org.kuali.student.core" % "ks-common-test" % "2.0.2-cm"
[org.kuali.student.core/ks-common-test "2.0.2-cm"]