Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdit.sephiroth.android.library.exif |
ArtifactId | ArtifactIdlibrary-native |
Version | Version2.97.1 |
Type | Typejar |
Filename | Size |
---|---|
library-native-2.97.1.pom | |
library-native-2.97.1.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library.exif/library-native/ -->
<dependency>
<groupId>it.sephiroth.android.library.exif</groupId>
<artifactId>library-native</artifactId>
<version>2.97.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library.exif/library-native/
implementation 'it.sephiroth.android.library.exif:library-native:2.97.1'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.exif/library-native/
implementation ("it.sephiroth.android.library.exif:library-native:2.97.1")
'it.sephiroth.android.library.exif:library-native:jar:2.97.1'
<dependency org="it.sephiroth.android.library.exif" name="library-native" rev="2.97.1">
<artifact name="library-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.exif', module='library-native', version='2.97.1')
)
libraryDependencies += "it.sephiroth.android.library.exif" % "library-native" % "2.97.1"
[it.sephiroth.android.library.exif/library-native "2.97.1"]