jar

net.chibidevteam : apiversioning

Maven & Gradle

Sep 12, 2017
5 stars

ApiVersioning · Makes Spring REST WebServices versionable

Table Of Contents

Latest Version

Download net.chibidevteam : apiversioning JAR file - Latest Versions:

All Versions

Download net.chibidevteam : apiversioning JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 apiversioning-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.chibidevteam.apiversioning.exceptions

├─ net.chibidevteam.apiversioning.exceptions.NoSupportedVersionException.class - [JAR]

net.chibidevteam.apiversioning.util.helper

├─ net.chibidevteam.apiversioning.util.helper.ApiPathHelper.class - [JAR]

├─ net.chibidevteam.apiversioning.util.helper.ClassHelper.class - [JAR]

├─ net.chibidevteam.apiversioning.util.helper.VersionHelper.class - [JAR]

net.chibidevteam.apiversioning.annotation

├─ net.chibidevteam.apiversioning.annotation.ApiRequestMapping.class - [JAR]

├─ net.chibidevteam.apiversioning.annotation.ApiVersion.class - [JAR]

├─ net.chibidevteam.apiversioning.annotation.ApiVersionValidator.class - [JAR]

├─ net.chibidevteam.apiversioning.annotation.ValidApiVersion.class - [JAR]

net.chibidevteam.apiversioning.controller

├─ net.chibidevteam.apiversioning.controller.ApiVersionFallbackController.class - [JAR]

net.chibidevteam.apiversioning.config

├─ net.chibidevteam.apiversioning.config.ApiVersioningConfiguration.class - [JAR]

├─ net.chibidevteam.apiversioning.config.WebMvcConfigSupport.class - [JAR]

net.chibidevteam.apiversioning.util

├─ net.chibidevteam.apiversioning.util.ApiVersionCondition.class - [JAR]

├─ net.chibidevteam.apiversioning.util.RequestMappingWrapper.class - [JAR]

net.chibidevteam.apiversioning.mapping

├─ net.chibidevteam.apiversioning.mapping.ApiVersionRequestMappingHandlerMapping.class - [JAR]

net.chibidevteam.apiversioning.pojo

├─ net.chibidevteam.apiversioning.pojo.Version.class - [JAR]

Advertisement