jar

io.github.sugrado : common

Maven & Gradle

Jun 01, 2024
0 stars

common · Common project for Telco CRM Microservices

Table Of Contents

Latest Version

Download io.github.sugrado : common JAR file - Latest Versions:

All Versions

Download io.github.sugrado : common 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 common-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.turkcell.crm.common.shared.mapping

├─ com.turkcell.crm.common.shared.mapping.MapstructService.class - [JAR]

com.turkcell.crm.common.shared.kafka.events.orders

├─ com.turkcell.crm.common.shared.kafka.events.orders.IndividualOrderCreatedEvent.class - [JAR]

├─ com.turkcell.crm.common.shared.kafka.events.orders.OrderCreatedEventAddress.class - [JAR]

├─ com.turkcell.crm.common.shared.kafka.events.orders.OrderCreatedEventProduct.class - [JAR]

com.turkcell.crm.common.utils.constants

├─ com.turkcell.crm.common.utils.constants.Paths.class - [JAR]

com.turkcell.crm.common

├─ com.turkcell.crm.common.CommonApplication.class - [JAR]

com.turkcell.crm.common.shared.kafka.events.catalogs

├─ com.turkcell.crm.common.shared.kafka.events.catalogs.ProductCreatedEvent.class - [JAR]

├─ com.turkcell.crm.common.shared.kafka.events.catalogs.ProductDeletedEvent.class - [JAR]

├─ com.turkcell.crm.common.shared.kafka.events.catalogs.ProductUpdatedEvent.class - [JAR]

com.turkcell.crm.common.shared.dtos.baskets

├─ com.turkcell.crm.common.shared.dtos.baskets.GetProductsFromBasketDto.class - [JAR]

com.turkcell.crm.common.shared.dtos.customers

├─ com.turkcell.crm.common.shared.dtos.customers.CheckAddressAndCustomerMatchRequest.class - [JAR]

├─ com.turkcell.crm.common.shared.dtos.customers.GetIndividualCustomerInvoiceInfoDto.class - [JAR]

├─ com.turkcell.crm.common.shared.dtos.customers.GetInvoiceInfoByAddressDto.class - [JAR]

├─ com.turkcell.crm.common.shared.dtos.customers.GetValidatedCustomerAddressesListItemDto.class - [JAR]

├─ com.turkcell.crm.common.shared.dtos.customers.GetValidatedCustomerAddressesRequest.class - [JAR]

com.turkcell.crm.common.shared.exceptions.handlers

├─ com.turkcell.crm.common.shared.exceptions.handlers.GlobalExceptionHandler.class - [JAR]

com.turkcell.crm.common.shared.kafka.events.accounts

├─ com.turkcell.crm.common.shared.kafka.events.accounts.AccountCreatedEvent.class - [JAR]

├─ com.turkcell.crm.common.shared.kafka.events.accounts.AccountDeletedEvent.class - [JAR]

├─ com.turkcell.crm.common.shared.kafka.events.accounts.AccountUpdatedEvent.class - [JAR]

com.turkcell.crm.common.shared.dtos.catalogs

├─ com.turkcell.crm.common.shared.dtos.catalogs.GetAllForCompleteOrderResponse.class - [JAR]

├─ com.turkcell.crm.common.shared.dtos.catalogs.GetByIdProductResponse.class - [JAR]

├─ com.turkcell.crm.common.shared.dtos.catalogs.ProductPropertyDto.class - [JAR]

com.turkcell.crm.common.annotations

├─ com.turkcell.crm.common.annotations.EnableFeignConfig.class - [JAR]

com.turkcell.crm.common.feign

├─ com.turkcell.crm.common.feign.FeignConfiguration.class - [JAR]

├─ com.turkcell.crm.common.feign.FeignErrorDecoder.class - [JAR]

├─ com.turkcell.crm.common.feign.FeignInterceptor.class - [JAR]

com.turkcell.crm.common.shared.kafka.events.customers

├─ com.turkcell.crm.common.shared.kafka.events.customers.IndividualCustomerCreatedEvent.class - [JAR]

├─ com.turkcell.crm.common.shared.kafka.events.customers.IndividualCustomerDeletedEvent.class - [JAR]

├─ com.turkcell.crm.common.shared.kafka.events.customers.IndividualCustomerUpdatedEvent.class - [JAR]

com.turkcell.crm.common.shared.exceptions.problem_details

├─ com.turkcell.crm.common.shared.exceptions.problem_details.AuthenticationProblemDetails.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.problem_details.AuthorizationProblemDetails.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.problem_details.BusinessProblemDetails.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.problem_details.InternalServerProblemDetails.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.problem_details.NotFoundProblemDetails.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.problem_details.ProblemDetails.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.problem_details.ValidationProblemDetails.class - [JAR]

com.turkcell.crm.common.shared.dtos.accounts

├─ com.turkcell.crm.common.shared.dtos.accounts.GetByIdAccountAddressResponse.class - [JAR]

├─ com.turkcell.crm.common.shared.dtos.accounts.GetByIdAccountResponse.class - [JAR]

com.turkcell.crm.common.shared.exceptions.types

├─ com.turkcell.crm.common.shared.exceptions.types.AuthenticationException.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.types.AuthorizationException.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.types.BusinessException.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.types.InternalServerException.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.types.NotFoundException.class - [JAR]

├─ com.turkcell.crm.common.shared.exceptions.types.ValidationException.class - [JAR]

Advertisement