All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.mapway.document.helper.JarInfo Maven / Gradle / Ivy

The newest version!
package cn.mapway.document.helper;

import java.io.Serializable;



/**
 * The Class JarInfo.
 *
 * @author zhangjianshe
 */
public class JarInfo implements Serializable {

    /**
     * The file name.
     */
    public String fileName;

    /**
     * The path.
     */
    public String path;

    /**
     * The size.
     */
    public long size;

    /**
     * The summary.
     */
    public String summary;

    /**
     * link.
     */
    public String link;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy