jar

org.kaleidofoundry : kaleido-guice

Maven & Gradle

Dec 29, 2021

KaleidoFoundry guice extension · Guice integration for the injection of kaleido components

Table Of Contents

Latest Version

Download org.kaleidofoundry : kaleido-guice JAR file - Latest Versions:

All Versions

Download org.kaleidofoundry : kaleido-guice JAR file - All Versions:

Version Vulnerabilities Size Updated
0.10.x
0.9.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 kaleido-guice-0.10.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.kaleidofoundry.core.cache

├─ org.kaleidofoundry.core.cache.CacheFactoryModule.class - [JAR]

├─ org.kaleidofoundry.core.cache.CacheModule.class - [JAR]

org.kaleidofoundry.core.store.annotation

├─ org.kaleidofoundry.core.store.annotation.Classpath.class - [JAR]

├─ org.kaleidofoundry.core.store.annotation.File.class - [JAR]

├─ org.kaleidofoundry.core.store.annotation.Ftp.class - [JAR]

├─ org.kaleidofoundry.core.store.annotation.Http.class - [JAR]

├─ org.kaleidofoundry.core.store.annotation.Jpa.class - [JAR]

├─ org.kaleidofoundry.core.store.annotation.Webapp.class - [JAR]

org.kaleidofoundry.core.context

├─ org.kaleidofoundry.core.context.AbstractModule.class - [JAR]

├─ org.kaleidofoundry.core.context.ContextInjectionConstructorInterceptor.class - [JAR]

├─ org.kaleidofoundry.core.context.ContextInjectionMethodInterceptor.class - [JAR]

├─ org.kaleidofoundry.core.context.ContextMembersInjector.class - [JAR]

├─ org.kaleidofoundry.core.context.ContextTypeListener.class - [JAR]

org.kaleidofoundry.core.store

├─ org.kaleidofoundry.core.store.GuiceClasspathFileStore.class - [JAR]

├─ org.kaleidofoundry.core.store.GuiceFileStoreConstants.class - [JAR]

├─ org.kaleidofoundry.core.store.GuiceFileSystemStore.class - [JAR]

├─ org.kaleidofoundry.core.store.GuiceFtpStore.class - [JAR]

├─ org.kaleidofoundry.core.store.GuiceHttpFileStore.class - [JAR]

├─ org.kaleidofoundry.core.store.GuiceJpaFileStore.class - [JAR]

├─ org.kaleidofoundry.core.store.GuiceWebappFileStore.class - [JAR]

org.kaleidofoundry.core.cache.annotation

├─ org.kaleidofoundry.core.cache.annotation.EhCache.class - [JAR]

├─ org.kaleidofoundry.core.cache.annotation.InfinispanCache.class - [JAR]

org.kaleidofoundry.core.store.module

├─ org.kaleidofoundry.core.store.module.FileStoreModule.class - [JAR]