GroupId | GroupIdcom.displee |
---|---|
ArtifactId | ArtifactIdrs-cache-library |
Version | Version6.4 |
Type | Typejar |
Filename | Size |
---|---|
rs-cache-library-6.4.pom | |
rs-cache-library-6.4.jar | 98 KB |
rs-cache-library-6.4-sources.jar | 26 KB |
rs-cache-library-6.4-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.displee/rs-cache-library/ -->
<dependency>
<groupId>com.displee</groupId>
<artifactId>rs-cache-library</artifactId>
<version>6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.displee/rs-cache-library/
implementation 'com.displee:rs-cache-library:6.4'
// https://jarcasting.com/artifacts/com.displee/rs-cache-library/
implementation ("com.displee:rs-cache-library:6.4")
'com.displee:rs-cache-library:jar:6.4'
<dependency org="com.displee" name="rs-cache-library" rev="6.4">
<artifact name="rs-cache-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.displee', module='rs-cache-library', version='6.4')
)
libraryDependencies += "com.displee" % "rs-cache-library" % "6.4"
[com.displee/rs-cache-library "6.4"]