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

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

There is a newer version: 2.3.0
Show newest version
package cn.mapway.document.helper;

import java.io.Serializable;

// TODO: Auto-generated Javadoc

/**
 * 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