GroupId | GroupIdorg.kuali.rice |
---|---|
ArtifactId | ArtifactIdrice-location-impl |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
rice-location-impl-2.1.3.pom | |
rice-location-impl-2.1.3.jar | 73 KB |
rice-location-impl-2.1.3-tests.jar | 175 KB |
rice-location-impl-2.1.3-sources.jar | 44 KB |
rice-location-impl-2.1.3-javadoc.jar | 201 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.rice/rice-location-impl/ -->
<dependency>
<groupId>org.kuali.rice</groupId>
<artifactId>rice-location-impl</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.rice/rice-location-impl/
implementation 'org.kuali.rice:rice-location-impl:2.1.3'
// https://jarcasting.com/artifacts/org.kuali.rice/rice-location-impl/
implementation ("org.kuali.rice:rice-location-impl:2.1.3")
'org.kuali.rice:rice-location-impl:jar:2.1.3'
<dependency org="org.kuali.rice" name="rice-location-impl" rev="2.1.3">
<artifact name="rice-location-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.rice', module='rice-location-impl', version='2.1.3')
)
libraryDependencies += "org.kuali.rice" % "rice-location-impl" % "2.1.3"
[org.kuali.rice/rice-location-impl "2.1.3"]