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