GroupId | GroupIdcom.github.skgmn |
---|---|
ArtifactId | ArtifactIdcameraxx |
Version | Version0.6.0 |
Type | Typeaar |
Filename | Size |
---|---|
cameraxx-0.6.0.pom | |
cameraxx-0.6.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skgmn/cameraxx/ -->
<dependency>
<groupId>com.github.skgmn</groupId>
<artifactId>cameraxx</artifactId>
<version>0.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skgmn/cameraxx/
implementation 'com.github.skgmn:cameraxx:0.6.0'
// https://jarcasting.com/artifacts/com.github.skgmn/cameraxx/
implementation ("com.github.skgmn:cameraxx:0.6.0")
'com.github.skgmn:cameraxx:aar:0.6.0'
<dependency org="com.github.skgmn" name="cameraxx" rev="0.6.0">
<artifact name="cameraxx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skgmn', module='cameraxx', version='0.6.0')
)
libraryDependencies += "com.github.skgmn" % "cameraxx" % "0.6.0"
[com.github.skgmn/cameraxx "0.6.0"]