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