| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.pingbu | 
    
| ArtifactId | ArtifactIdpingbu-storage | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionPingbu's Storage Library 
            A storage library for generalize kinds of file storage 
         | 
    
| Filename | Size | 
|---|---|
| pingbu-storage-1.0.pom | |
| pingbu-storage-1.0.jar | 2 KB | 
| pingbu-storage-1.0-sources.jar | 1 KB | 
| pingbu-storage-1.0-javadoc.jar | 26 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.pingbu/pingbu-storage/ -->
<dependency>
    <groupId>com.github.pingbu</groupId>
    <artifactId>pingbu-storage</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.pingbu/pingbu-storage/
implementation 'com.github.pingbu:pingbu-storage:1.0'
                // https://jarcasting.com/artifacts/com.github.pingbu/pingbu-storage/
implementation ("com.github.pingbu:pingbu-storage:1.0")
                'com.github.pingbu:pingbu-storage:jar:1.0'
                <dependency org="com.github.pingbu" name="pingbu-storage" rev="1.0">
  <artifact name="pingbu-storage" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.pingbu', module='pingbu-storage', version='1.0')
)
                libraryDependencies += "com.github.pingbu" % "pingbu-storage" % "1.0"
                [com.github.pingbu/pingbu-storage "1.0"]