aiparkandroidsdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.aipark.android.sdk</groupId> <artifactId>aiparkandroidsdk</artifactId> <version>3001</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>de.aipark.android.sdk</groupId> <artifactId>aiparkandroidsdk</artifactId> <version>3001</version> <packaging>aar</packaging> <name>aiparkandroidsdk</name> <description>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</description> <url>https://github.com/AIPARK-Open-Source/AiparkAndroidSDK</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>AIPARK-Open-Source</id> <name>AIPARK-Open-Source</name> </developer> </developers> <scm> <connection>scm:git@github.com:AIPARK-Open-Source/AiparkAndroidSDK.git</connection> <developerConnection>scm:git@github.com:AIPARK-Open-Source/AiparkAndroidSDK.git</developerConnection> <url>https://github.com/AIPARK-Open-Source/AiparkAndroidSDK.git</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>appcompat-v7</artifactId> <version>27.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-maps</artifactId> <version>16.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-location</artifactId> <version>16.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.maps</groupId> <artifactId>google-maps-services</artifactId> <version>0.2.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.aipark.api</groupId> <artifactId>aipark-api</artifactId> <version>30.03</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.reactivex</groupId> <artifactId>rxandroid</artifactId> <version>1.1.0</version> <scope>compile</scope> </dependency> </dependencies> </project>