spotted-kotlin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.cjav.spotted</groupId>
<artifactId>spotted-kotlin</artifactId>
<version>0.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>dev.cjav.spotted</groupId>
<artifactId>spotted-kotlin</artifactId>
<version>0.2.0</version>
<name>Spotify Web API with fixes and improvements from sonallux</name>
<description>You can use Spotify's Web API to discover music and podcasts, manage your
Spotify library, control audio playback, and much more. Browse our available Web
API endpoints using the sidebar at left, or via the navigation bar on top of
this page on smaller screens.
In order to make successful Web API requests your app will need a valid access
token. One can be obtained through
<a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/">OAuth
2.0</a>.
The base URI for all Web API requests is `https://api.spotify.com/v1`.
Need help? See our
<a href="https://developer.spotify.com/documentation/web-api/guides/">Web API
guides</a> for more information, or visit the
<a href="https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer">Spotify
for Developers community forum</a> to ask questions and connect with other
developers.</description>
<url>https://spotted.stldocs.com</url>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>Spotted</name>
<email>wave@cjav.dev</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/cjavdev/spotted-kotlin.git</connection>
<developerConnection>scm:git:git://github.com/cjavdev/spotted-kotlin.git</developerConnection>
<url>https://github.com/cjavdev/spotted-kotlin</url>
</scm>
<dependencies>
<dependency>
<groupId>dev.cjav.spotted</groupId>
<artifactId>spotted-kotlin-client-okhttp</artifactId>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.8.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>