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