com.cloudburo.grab.webcontent.GrabberRecord Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webcontent-grabber Show documentation
Show all versions of webcontent-grabber Show documentation
A java client library to grab the webcontent
The newest version!
package com.cloudburo.grab.webcontent;
import java.net.URL;
public class GrabberRecord {
public URL url;
public String content;
}