GroupId | GroupIdcom.github.rubensousa |
---|---|
ArtifactId | ArtifactIdamvp |
Version | Version1.3.2 |
Type | Typeaar |
Filename | Size |
---|---|
amvp-1.3.2.pom | |
amvp-1.3.2.aar | 32 KB |
amvp-1.3.2-sources.jar | 18 KB |
amvp-1.3.2-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rubensousa/amvp/ -->
<dependency>
<groupId>com.github.rubensousa</groupId>
<artifactId>amvp</artifactId>
<version>1.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rubensousa/amvp/
implementation 'com.github.rubensousa:amvp:1.3.2'
// https://jarcasting.com/artifacts/com.github.rubensousa/amvp/
implementation ("com.github.rubensousa:amvp:1.3.2")
'com.github.rubensousa:amvp:aar:1.3.2'
<dependency org="com.github.rubensousa" name="amvp" rev="1.3.2">
<artifact name="amvp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.rubensousa', module='amvp', version='1.3.2')
)
libraryDependencies += "com.github.rubensousa" % "amvp" % "1.3.2"
[com.github.rubensousa/amvp "1.3.2"]