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