GroupId | GroupIdcom.github.mandriana |
---|---|
ArtifactId | ArtifactIdmvp-base-views |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
mvp-base-views-1.0.pom | |
mvp-base-views-1.0.aar | 17 KB |
mvp-base-views-1.0-sources.jar | 2 KB |
mvp-base-views-1.0-javadoc.jar | 24 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</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views/
implementation 'com.github.mandriana:mvp-base-views:1.0'
// https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views/
implementation ("com.github.mandriana:mvp-base-views:1.0")
'com.github.mandriana:mvp-base-views:aar:1.0'
<dependency org="com.github.mandriana" name="mvp-base-views" rev="1.0">
<artifact name="mvp-base-views" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.mandriana', module='mvp-base-views', version='1.0')
)
libraryDependencies += "com.github.mandriana" % "mvp-base-views" % "1.0"
[com.github.mandriana/mvp-base-views "1.0"]