MVN

com.tagtraum : japlphoto

Maven & Gradle

Sep 30, 2021
1 stars

Japlphoto · Java API for the Apple Photos app (macOS)

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>japlphoto</artifactId>
    <version>0.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tagtraum : japlphoto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.4

All Versions

Choose a version of com.tagtraum : japlphoto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
japlphoto-0.9.4
japlphoto-0.9.3
japlphoto-0.9.2
japlphoto-0.9.1

How to add a dependency to Maven

Add the following com.tagtraum : japlphoto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>japlphoto</artifactId>
    <version>0.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tagtraum : japlphoto gradle dependency to your build.gradle file:

implementation 'com.tagtraum:japlphoto:0.9.4'

Gradle Kotlin DSL: Add the following com.tagtraum : japlphoto gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tagtraum:japlphoto:0.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tagtraum : japlphoto sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tagtraum" % "japlphoto" % "0.9.4"

Advertisement