| 组织ID: |
com.github.pingbu |
| 项目ID: |
pingbu-storage |
| 版本: |
1.0 |
| 最后修改时间: |
2018-08-22 13:34:39 |
| 包类型: |
jar |
| 标题: |
Pingbu's Storage Library |
| 描述: |
A storage library for generalize kinds of file storage |
| 相关URL: |
https://github.com/pingbu/pingbu-storage |
| 大小: |
2.42KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.pingbu</groupId>
<artifactId>pingbu-storage</artifactId>
<version>1.0</version>
</dependency>
|
| Gradle引入代码: |
com.github.pingbu:pingbu-storage:1.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.pingbu</groupId>
<artifactId>pingbu-storage</artifactId>
<version>1.0</version>
<name>Pingbu's Storage Library</name>
<description>A storage library for generalize kinds of file storage</description>
<url>https://github.com/pingbu/pingbu-storage</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE, Version 3</name>
<url>https://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>pingbu</id>
<name>Ping Bu</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com/pingbu/pingbu-storage.git</connection>
<developerConnection>scm:git@github.com/pingbu/pingbu-storage.git</developerConnection>
<url>https://github.com/pingbu/pingbu-storage</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
pingbu.storage.FileStorage.class
pingbu.storage.JarStorage.class
pingbu.storage.Storage.class
|
| 依赖Jar: |
无
|