jar

com.webank.wedatasphere.dss : dss-application

Maven & Gradle

Feb 16, 2020
2 usages
2.6k stars
Table Of Contents

Latest Version

Download com.webank.wedatasphere.dss : dss-application JAR file - Latest Versions:

All Versions

Download com.webank.wedatasphere.dss : dss-application JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x
0.6.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 dss-application-0.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.webank.wedatasphere.dss.application.conf

├─ com.webank.wedatasphere.dss.application.conf.ApplicationConf.class - [JAR]

com.webank.wedatasphere.dss.application.handler

├─ com.webank.wedatasphere.dss.application.handler.ApplicationHandlerChain.class - [JAR]

├─ com.webank.wedatasphere.dss.application.handler.Handler.class - [JAR]

├─ com.webank.wedatasphere.dss.application.handler.LinkisUserFirstLoginHandler.class - [JAR]

├─ com.webank.wedatasphere.dss.application.handler.Order.class - [JAR]

├─ com.webank.wedatasphere.dss.application.handler.ProjectUserInitHandler.class - [JAR]

├─ com.webank.wedatasphere.dss.application.handler.UserFirstLoginHandler.class - [JAR]

com.webank.wedatasphere.dss.application.dao

├─ com.webank.wedatasphere.dss.application.dao.ApplicationMapper.class - [JAR]

├─ com.webank.wedatasphere.dss.application.dao.DSSUserMapper.class - [JAR]

├─ com.webank.wedatasphere.dss.application.dao.LinkisUserMapper.class - [JAR]

com.webank.wedatasphere.dss.application.service.impl

├─ com.webank.wedatasphere.dss.application.service.impl.ApplicationServiceImpl.class - [JAR]

├─ com.webank.wedatasphere.dss.application.service.impl.DSSUserServiceImpl.class - [JAR]

├─ com.webank.wedatasphere.dss.application.service.impl.LinkisUserServiceImpl.class - [JAR]

com.webank.wedatasphere.dss.application.service

├─ com.webank.wedatasphere.dss.application.service.ApplicationService.class - [JAR]

├─ com.webank.wedatasphere.dss.application.service.DSSUserService.class - [JAR]

├─ com.webank.wedatasphere.dss.application.service.LinkisUserService.class - [JAR]

com.webank.wedatasphere.dss.application.util

├─ com.webank.wedatasphere.dss.application.util.ApplicationUtils.class - [JAR]

com.webank.wedatasphere.dss.application.restful

├─ com.webank.wedatasphere.dss.application.restful.ApplicationRestfulApi.class - [JAR]

com.webank.wedatasphere.dss.application.entity

├─ com.webank.wedatasphere.dss.application.entity.Application.class - [JAR]

├─ com.webank.wedatasphere.dss.application.entity.DSSUser.class - [JAR]

├─ com.webank.wedatasphere.dss.application.entity.DSSUserVO.class - [JAR]

├─ com.webank.wedatasphere.dss.application.entity.LinkisUser.class - [JAR]

├─ com.webank.wedatasphere.dss.application.entity.UserInitResult.class - [JAR]

Advertisement