a

aiparkandroidsdk

AIPARK offers detailed parking information for more than 1.8 Mio parking areas in Germany with nationwide coverage. Additionally, accurate occupancy predictions are derived using data from a network of more than 5 million smartphones. Use the AIPARK API Explorer application to try out and test the interface. Please send a request via email if you are a developer and require an API key. We'll be in touch with you shortly. This application is provided via a demo backend environment. Please note that API load tests do not reflect the performance of the productive system. Mail: info@aipark.de
https://github.com/AIPARK-Open-Source/AiparkAndroidSDK
The Apache Software License, Version 2.0
AIPARK-Open-Source
Files download
File Operation
aiparkandroidsdk-3001.pom download
aiparkandroidsdk-3001-sources.jar download
Apache Maven
<dependency>
  <groupId>de.aipark.android.sdk</groupId>
  <artifactId>aiparkandroidsdk</artifactId>
  <version>3001</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'de.aipark.android.sdk:aiparkandroidsdk:3001'
Gradle Kotlin
implementation("de.aipark.android.sdk:aiparkandroidsdk:3001")
Scala SBT
libraryDependencies += "de.aipark.android.sdk" % "aiparkandroidsdk" % "3001"
Groovy Grape
@Grapes(
  @Grab(group='de.aipark.android.sdk', module='aiparkandroidsdk', version='3001')
)
Apache Ivy
<dependency org="de.aipark.android.sdk" name="aiparkandroidsdk" rev="3001" />
Leiningen
[de.aipark.android.sdk/aiparkandroidsdk "3001"]
Apache Buildr
'de.aipark.android.sdk:aiparkandroidsdk:jar:3001'