GroupId | GroupIdorg.kuali.student.core |
---|---|
ArtifactId | ArtifactIdks-core-rice |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
ks-core-rice-1.2.1.pom | |
ks-core-rice-1.2.1.jar | 3 KB |
ks-core-rice-1.2.1-tests.jar | 1 KB |
ks-core-rice-1.2.1-sources.jar | 1 KB |
ks-core-rice-1.2.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student.core/ks-core-rice/ -->
<dependency>
<groupId>org.kuali.student.core</groupId>
<artifactId>ks-core-rice</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.core/ks-core-rice/
implementation 'org.kuali.student.core:ks-core-rice:1.2.1'
// https://jarcasting.com/artifacts/org.kuali.student.core/ks-core-rice/
implementation ("org.kuali.student.core:ks-core-rice:1.2.1")
'org.kuali.student.core:ks-core-rice:jar:1.2.1'
<dependency org="org.kuali.student.core" name="ks-core-rice" rev="1.2.1">
<artifact name="ks-core-rice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.core', module='ks-core-rice', version='1.2.1')
)
libraryDependencies += "org.kuali.student.core" % "ks-core-rice" % "1.2.1"
[org.kuali.student.core/ks-core-rice "1.2.1"]