| GroupId | GroupIdcom.github.chrisbanes.bitmapcache |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version2.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-2.1.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/parent/ -->
<dependency>
<groupId>com.github.chrisbanes.bitmapcache</groupId>
<artifactId>parent</artifactId>
<version>2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/parent/
implementation 'com.github.chrisbanes.bitmapcache:parent:2.1'
// https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/parent/
implementation ("com.github.chrisbanes.bitmapcache:parent:2.1")
'com.github.chrisbanes.bitmapcache:parent:pom:2.1'
<dependency org="com.github.chrisbanes.bitmapcache" name="parent" rev="2.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.bitmapcache', module='parent', version='2.1')
)
libraryDependencies += "com.github.chrisbanes.bitmapcache" % "parent" % "2.1"
[com.github.chrisbanes.bitmapcache/parent "2.1"]