jar

eu.glasp : address-validation

Maven & Gradle

Mar 03, 2023
0 stars

address-validation · Address Validation provides a Spring Boot wrapper for searching the closest matching addresses with the Address Search API of GLASP.

Table Of Contents

Latest Version

Download eu.glasp : address-validation JAR file - Latest Versions:

All Versions

Download eu.glasp : address-validation JAR file - All Versions:

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

eu.glasp

├─ eu.glasp.Main.class - [JAR]

├─ eu.glasp.ValidationService.class - [JAR]

├─ eu.glasp.ValidationServiceBuilder.class - [JAR]

eu.glasp.api

├─ eu.glasp.api.SearchWrapper.class - [JAR]

├─ eu.glasp.api.TokenManager.class - [JAR]

eu.glasp.model

├─ eu.glasp.model.Address.class - [JAR]

├─ eu.glasp.model.AddressMapper.class - [JAR]

├─ eu.glasp.model.ApiException.class - [JAR]

├─ eu.glasp.model.ApiExceptionMapper.class - [JAR]

Advertisement