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