| GroupId | GroupIdcom.github.chrisbanes.bitmapcache |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| library-2.0.pom | |
| library-2.0.jar | 13 KB |
| library-2.0-sources.jar | 11 KB |
| library-2.0-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/library/ -->
<dependency>
<groupId>com.github.chrisbanes.bitmapcache</groupId>
<artifactId>library</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/library/
implementation 'com.github.chrisbanes.bitmapcache:library:2.0'
// https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/library/
implementation ("com.github.chrisbanes.bitmapcache:library:2.0")
'com.github.chrisbanes.bitmapcache:library:jar:2.0'
<dependency org="com.github.chrisbanes.bitmapcache" name="library" rev="2.0">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.bitmapcache', module='library', version='2.0')
)
libraryDependencies += "com.github.chrisbanes.bitmapcache" % "library" % "2.0"
[com.github.chrisbanes.bitmapcache/library "2.0"]