GroupId | GroupIdcom.github.mandriana |
---|---|
ArtifactId | ArtifactIdmvp-base-views |
Version | Version1.0.9 |
Type | Typeaar |
Filename | Size |
---|---|
mvp-base-views-1.0.9.pom | |
mvp-base-views-1.0.9.aar | 18 KB |
mvp-base-views-1.0.9-sources.jar | 2 KB |
mvp-base-views-1.0.9-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views/ -->
<dependency>
<groupId>com.github.mandriana</groupId>
<artifactId>mvp-base-views</artifactId>
<version>1.0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views/
implementation 'com.github.mandriana:mvp-base-views:1.0.9'
// https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views/
implementation ("com.github.mandriana:mvp-base-views:1.0.9")
'com.github.mandriana:mvp-base-views:aar:1.0.9'
<dependency org="com.github.mandriana" name="mvp-base-views" rev="1.0.9">
<artifact name="mvp-base-views" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.mandriana', module='mvp-base-views', version='1.0.9')
)
libraryDependencies += "com.github.mandriana" % "mvp-base-views" % "1.0.9"
[com.github.mandriana/mvp-base-views "1.0.9"]