GroupId | GroupIdcom.github.Shouheng88 |
---|---|
ArtifactId | ArtifactIdmatisse |
Version | Version1.2.2 |
Type | Typeaar |
Filename | Size |
---|---|
matisse-1.2.2.pom | |
matisse-1.2.2.aar | 250 KB |
matisse-1.2.2-sources.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Shouheng88/matisse/ -->
<dependency>
<groupId>com.github.Shouheng88</groupId>
<artifactId>matisse</artifactId>
<version>1.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.Shouheng88/matisse/
implementation 'com.github.Shouheng88:matisse:1.2.2'
// https://jarcasting.com/artifacts/com.github.Shouheng88/matisse/
implementation ("com.github.Shouheng88:matisse:1.2.2")
'com.github.Shouheng88:matisse:aar:1.2.2'
<dependency org="com.github.Shouheng88" name="matisse" rev="1.2.2">
<artifact name="matisse" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.Shouheng88', module='matisse', version='1.2.2')
)
libraryDependencies += "com.github.Shouheng88" % "matisse" % "1.2.2"
[com.github.Shouheng88/matisse "1.2.2"]