jar

io.github.slyang520 : starter-oss

Maven & Gradle

Nov 20, 2020
1 usages

Slyang · Slyang Jar

Table Of Contents

Latest Version

Download io.github.slyang520 : starter-oss JAR file - Latest Versions:

All Versions

Download io.github.slyang520 : starter-oss JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.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 starter-oss-1.3.8.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.slyang.oss.config

├─ io.github.slyang.oss.config.AliOssProperties.class - [JAR]

├─ io.github.slyang.oss.config.CloudStorageProperties.class - [JAR]

├─ io.github.slyang.oss.config.LocalFileSystemProperties.class - [JAR]

├─ io.github.slyang.oss.config.MinioOssProperties.class - [JAR]

io.github.slyang.oss.autoconfigure

├─ io.github.slyang.oss.autoconfigure.CloudStorageAutoConfig.class - [JAR]

io.github.slyang.oss.service.impl

├─ io.github.slyang.oss.service.impl.AliOssServiceImpl.class - [JAR]

├─ io.github.slyang.oss.service.impl.LocalFileStorageServiceImpl.class - [JAR]

├─ io.github.slyang.oss.service.impl.MinioOssServiceImpl.class - [JAR]

io.github.slyang.oss.service

├─ io.github.slyang.oss.service.CloudStorageService.class - [JAR]

├─ io.github.slyang.oss.service.CloudStorageServiceAdapter.class - [JAR]

io.github.slyang.oss.exception

├─ io.github.slyang.oss.exception.OssClientException.class - [JAR]

io.github.slyang.oss.model

├─ io.github.slyang.oss.model.StorageInfo.class - [JAR]

Advertisement