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

org.mnode.ical4j.json.jscalendar.LinkBuilder Maven / Gradle / Ivy

The newest version!
package org.mnode.ical4j.json.jscalendar;

import java.net.URL;

public class LinkBuilder {

    private String rel; // enclosure/describeBy/icon

    private URL url;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy