GroupId | GroupIdio.github.iamthevoid.mediapicker |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
core-1.1.1.pom | |
core-1.1.1-sources.jar | 23 KB |
core-1.1.1-javadoc.jar | 472 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.iamthevoid.mediapicker/core/ -->
<dependency>
<groupId>io.github.iamthevoid.mediapicker</groupId>
<artifactId>core</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamthevoid.mediapicker/core/
implementation 'io.github.iamthevoid.mediapicker:core:1.1.1'
// https://jarcasting.com/artifacts/io.github.iamthevoid.mediapicker/core/
implementation ("io.github.iamthevoid.mediapicker:core:1.1.1")
'io.github.iamthevoid.mediapicker:core:aar:1.1.1'
<dependency org="io.github.iamthevoid.mediapicker" name="core" rev="1.1.1">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamthevoid.mediapicker', module='core', version='1.1.1')
)
libraryDependencies += "io.github.iamthevoid.mediapicker" % "core" % "1.1.1"
[io.github.iamthevoid.mediapicker/core "1.1.1"]