GroupId | GroupIdcom.displee |
---|---|
ArtifactId | ArtifactIdrs-cache-library |
Version | Version6.3 |
Type | Typejar |
Filename | Size |
---|---|
rs-cache-library-6.3.pom | |
rs-cache-library-6.3.jar | 98 KB |
rs-cache-library-6.3-sources.jar | 26 KB |
rs-cache-library-6.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.displee/rs-cache-library/
implementation 'com.displee:rs-cache-library:6.3'
// https://jarcasting.com/artifacts/com.displee/rs-cache-library/
implementation ("com.displee:rs-cache-library:6.3")
'com.displee:rs-cache-library:jar:6.3'
<dependency org="com.displee" name="rs-cache-library" rev="6.3">
<artifact name="rs-cache-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.displee', module='rs-cache-library', version='6.3')
)
libraryDependencies += "com.displee" % "rs-cache-library" % "6.3"
[com.displee/rs-cache-library "6.3"]