jar

com.outlivethesun : serviceprovider

Maven & Gradle

May 03, 2022

com.outlivethesun:serviceprovider · The ServiceProvider is a framework to inject services in Kotlin

Table Of Contents

Latest Version

Download com.outlivethesun : serviceprovider JAR file - Latest Versions:

All Versions

Download com.outlivethesun : serviceprovider JAR file - All Versions:

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

com.outlivethesun.serviceprovider.api.exceptions

├─ com.outlivethesun.serviceprovider.api.exceptions.AutowireServiceProviderException.class - [JAR]

├─ com.outlivethesun.serviceprovider.api.exceptions.CircularReferenceServiceProviderException.class - [JAR]

├─ com.outlivethesun.serviceprovider.api.exceptions.InvalidConstructorParameterTypeServiceProviderException.class - [JAR]

├─ com.outlivethesun.serviceprovider.api.exceptions.NoClassFoundAutowireException.class - [JAR]

├─ com.outlivethesun.serviceprovider.api.exceptions.NoClassFoundUnautowireableAnnotationPresentException.class - [JAR]

├─ com.outlivethesun.serviceprovider.api.exceptions.ServiceProviderException.class - [JAR]

├─ com.outlivethesun.serviceprovider.api.exceptions.TooManyClassesFoundServiceProviderException.class - [JAR]

com.outlivethesun.serviceprovider.internal

├─ com.outlivethesun.serviceprovider.internal.ServiceProvider.class - [JAR]

com.outlivethesun.serviceprovider.internal.extensions

├─ com.outlivethesun.serviceprovider.internal.extensions.KClassExtensionsKt.class - [JAR]

com.outlivethesun.serviceprovider.internal.serviceRequest.typeFetchingTracker

├─ com.outlivethesun.serviceprovider.internal.serviceRequest.typeFetchingTracker.ITypeFetchingTracker.class - [JAR]

├─ com.outlivethesun.serviceprovider.internal.serviceRequest.typeFetchingTracker.TypeFetchingTracker.class - [JAR]

com.outlivethesun.serviceprovider.internal.serviceRequest

├─ com.outlivethesun.serviceprovider.internal.serviceRequest.IServiceRequest.class - [JAR]

├─ com.outlivethesun.serviceprovider.internal.serviceRequest.ServiceRequest.class - [JAR]

com.outlivethesun.serviceprovider.internal.serviceDefinition

├─ com.outlivethesun.serviceprovider.internal.serviceDefinition.IServiceDefinition.class - [JAR]

├─ com.outlivethesun.serviceprovider.internal.serviceDefinition.IServiceDefinitionDictionary.class - [JAR]

├─ com.outlivethesun.serviceprovider.internal.serviceDefinition.IServiceDefinitionFactory.class - [JAR]

├─ com.outlivethesun.serviceprovider.internal.serviceDefinition.ServiceDefinition.class - [JAR]

├─ com.outlivethesun.serviceprovider.internal.serviceDefinition.ServiceDefinitionDictionary.class - [JAR]

├─ com.outlivethesun.serviceprovider.internal.serviceDefinition.ServiceDefinitionDictionaryException.class - [JAR]

├─ com.outlivethesun.serviceprovider.internal.serviceDefinition.ServiceDefinitionFactory.class - [JAR]

com.outlivethesun.serviceprovider.api

├─ com.outlivethesun.serviceprovider.api.IServiceProvider.class - [JAR]

├─ com.outlivethesun.serviceprovider.api.IServiceProviderKt.class - [JAR]

├─ com.outlivethesun.serviceprovider.api.SPKt.class - [JAR]

├─ com.outlivethesun.serviceprovider.api.ServiceInstanceType.class - [JAR]

com.outlivethesun.serviceprovider.api.annotations

├─ com.outlivethesun.serviceprovider.api.annotations.MultiInstantiable.class - [JAR]

├─ com.outlivethesun.serviceprovider.api.annotations.Unautowirable.class - [JAR]