jar

de.sonallux.spotify : spotify-web-api-java-generator

Maven & Gradle

Jun 17, 2023
8 stars

spotify-web-api-java-generator · A generator to generate the Java Wrapper for the Spotify Web Api

Table Of Contents

Latest Version

Download de.sonallux.spotify : spotify-web-api-java-generator JAR file - Latest Versions:

All Versions

Download de.sonallux.spotify : spotify-web-api-java-generator JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.1.x
3.0.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spotify-web-api-java-generator-4.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.sonallux.spotify.generator.java.model

├─ de.sonallux.spotify.generator.java.model.ApiCategory.class - [JAR]

├─ de.sonallux.spotify.generator.java.model.ApiEndpoint.class - [JAR]

├─ de.sonallux.spotify.generator.java.model.ApiObject.class - [JAR]

├─ de.sonallux.spotify.generator.java.model.SpotifyWebApi.class - [JAR]

de.sonallux.spotify.generator.java

├─ de.sonallux.spotify.generator.java.CLI.class - [JAR]

├─ de.sonallux.spotify.generator.java.GenerationContext.class - [JAR]

├─ de.sonallux.spotify.generator.java.GeneratorException.class - [JAR]

├─ de.sonallux.spotify.generator.java.JavaGenerator.class - [JAR]

├─ de.sonallux.spotify.generator.java.NoEscapingMustacheFactory.class - [JAR]

de.sonallux.spotify.generator.java.generators

├─ de.sonallux.spotify.generator.java.generators.ApiGenerator.class - [JAR]

├─ de.sonallux.spotify.generator.java.generators.BaseObjectGenerator.class - [JAR]

├─ de.sonallux.spotify.generator.java.generators.EndpointSplitter.class - [JAR]

├─ de.sonallux.spotify.generator.java.generators.ObjectGenerator.class - [JAR]

├─ de.sonallux.spotify.generator.java.generators.ObjectModelCreator.class - [JAR]

├─ de.sonallux.spotify.generator.java.generators.ScopeGenerator.class - [JAR]

├─ de.sonallux.spotify.generator.java.generators.SpotifyWebApiGenerator.class - [JAR]

de.sonallux.spotify.generator.java.util

├─ de.sonallux.spotify.generator.java.util.JavaPackage.class - [JAR]

├─ de.sonallux.spotify.generator.java.util.JavaUtils.class - [JAR]

├─ de.sonallux.spotify.generator.java.util.Markdown2Html.class - [JAR]

├─ de.sonallux.spotify.generator.java.util.OpenApiUtils.class - [JAR]

Advertisement