jar

com.github.rostislav-maslov.rcore : memory

Maven & Gradle

Jul 21, 2020
2 stars

Domain component for Clean Arch apps

Table Of Contents

Latest Version

Download com.github.rostislav-maslov.rcore : memory JAR file - Latest Versions:

All Versions

Download com.github.rostislav-maslov.rcore : memory JAR file - All Versions:

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

com.rcore.database.memory.user.port

├─ com.rcore.database.memory.user.port.UserRepositoryImpl.class - [JAR]

├─ com.rcore.database.memory.user.port.UserUserIdGeneratorImpl.class - [JAR]

com.rcore.database.memory.base.port

├─ com.rcore.database.memory.base.port.BaseIdGeneratorImpl.class - [JAR]

├─ com.rcore.database.memory.base.port.CRUDRepositoryImpl.class - [JAR]

com.rcore.database.memory.token.port

├─ com.rcore.database.memory.token.port.AccessTokenIdGeneratorImpl.class - [JAR]

├─ com.rcore.database.memory.token.port.RefreshTokenIdGeneratorImpl.class - [JAR]

├─ com.rcore.database.memory.token.port.RefreshTokenRepositoryImpl.class - [JAR]