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