jar

net.odoframework : odo-example-user-service

Maven & Gradle

Jul 08, 2021
3 usages
Table Of Contents

Latest Version

Download net.odoframework : odo-example-user-service JAR file - Latest Versions:

All Versions

Download net.odoframework : odo-example-user-service JAR file - All Versions:

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

org.odoframework.userservice.util

├─ org.odoframework.userservice.util.PopulateDatabase.class - [JAR]

org.odoframework.userservice.service

├─ org.odoframework.userservice.service.UserService.class - [JAR]

org.odoframework.userservice.data

├─ org.odoframework.userservice.data.UserRepo.class - [JAR]

org.odoframework.userservice.application

├─ org.odoframework.userservice.application.UserServiceApplication.class - [JAR]

org.odoframework.userservice.api

├─ org.odoframework.userservice.api.UserController.class - [JAR]

org.odoframework.userservice.domain

├─ org.odoframework.userservice.domain.Role.class - [JAR]

├─ org.odoframework.userservice.domain.User.class - [JAR]

├─ org.odoframework.userservice.domain.UserType.class - [JAR]

Advertisement