| License |
License |
|---|---|
| GroupId | GroupIdcom.spren |
| ArtifactId | ArtifactIdsprencore |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionSpren Capture
An open source version of camera capture functionality
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sprencore-1.1.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spren/sprencore/ -->
<dependency>
<groupId>com.spren</groupId>
<artifactId>sprencore</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.spren/sprencore/
implementation 'com.spren:sprencore:1.1.0'
// https://jarcasting.com/artifacts/com.spren/sprencore/
implementation ("com.spren:sprencore:1.1.0")
'com.spren:sprencore:aar:1.1.0'
<dependency org="com.spren" name="sprencore" rev="1.1.0">
<artifact name="sprencore" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.spren', module='sprencore', version='1.1.0')
)
libraryDependencies += "com.spren" % "sprencore" % "1.1.0"
[com.spren/sprencore "1.1.0"]