GroupId | GroupIdio.github.androidpoet |
---|---|
ArtifactId | ArtifactIdmetaphor |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
metaphor-1.0.2.pom | |
metaphor-1.0.2.module | 3 KB |
metaphor-1.0.2-sources.jar | 8 KB |
metaphor-1.0.2-javadoc.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.androidpoet/metaphor/ -->
<dependency>
<groupId>io.github.androidpoet</groupId>
<artifactId>metaphor</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.androidpoet/metaphor/
implementation 'io.github.androidpoet:metaphor:1.0.2'
// https://jarcasting.com/artifacts/io.github.androidpoet/metaphor/
implementation ("io.github.androidpoet:metaphor:1.0.2")
'io.github.androidpoet:metaphor:aar:1.0.2'
<dependency org="io.github.androidpoet" name="metaphor" rev="1.0.2">
<artifact name="metaphor" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.androidpoet', module='metaphor', version='1.0.2')
)
libraryDependencies += "io.github.androidpoet" % "metaphor" % "1.0.2"
[io.github.androidpoet/metaphor "1.0.2"]