All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download exparity-data JAR 1.0.0 with all dependencies


Data scraping and manipulation utilities for Java

Files of the artifact exparity-data version 1.0.0 from the group org.exparity.

Artifact exparity-data
Group org.exparity
Version 1.0.0
Last update 22. October 2017
Tags: utilities data scraping java manipulation
Organization not specified
URL https://github.com/exparity/exparity-data
License New BSD License
Dependencies amount 9
Dependencies commons-lang, commons-collections, commons-fileupload, commons-codec, commons-io, slf4j-api, opencsv, htmlparser, htmlcleaner,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of exparity-data Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of exparity-data version 1.0.0

META-INF
META-INF.META-INF.MANIFEST.MF
org.exparity.data
org.exparity.data.org.exparity.data.BadConversionException
org.exparity.data.org.exparity.data.BadFormatException
org.exparity.data.org.exparity.data.CSV
org.exparity.data.org.exparity.data.HTML
org.exparity.data.org.exparity.data.Text
org.exparity.data.org.exparity.data.XML
org.exparity.data.doctypes.xml
org.exparity.data.doctypes.xml.org.exparity.data.doctypes.xml.empty.xml
org.exparity.data.doctypes.xml.org.exparity.data.doctypes.xml.xhtml-lat1.ent
org.exparity.data.doctypes.xml.org.exparity.data.doctypes.xml.xhtml-special.ent
org.exparity.data.doctypes.xml.org.exparity.data.doctypes.xml.xhtml-symbol.ent
org.exparity.data.doctypes.xml.org.exparity.data.doctypes.xml.xhtml.soc
org.exparity.data.doctypes.xml.org.exparity.data.doctypes.xml.xhtml1-frameset.dtd
org.exparity.data.doctypes.xml.org.exparity.data.doctypes.xml.xhtml1-strict.dtd
org.exparity.data.doctypes.xml.org.exparity.data.doctypes.xml.xhtml1-transitional.dtd
org.exparity.data.doctypes.xml.org.exparity.data.doctypes.xml.xhtml1.dcl
org.exparity.data.html
org.exparity.data.html.org.exparity.data.html.Anchor
org.exparity.data.html.org.exparity.data.html.Attribute
org.exparity.data.html.org.exparity.data.html.DuplicateTagException
org.exparity.data.html.org.exparity.data.html.HtmlCleanerXmlFactory
org.exparity.data.html.org.exparity.data.html.HtmlParserSelector
org.exparity.data.html.org.exparity.data.html.HtmlParserTag
org.exparity.data.html.org.exparity.data.html.HtmlSelector
org.exparity.data.html.org.exparity.data.html.Tag
org.exparity.data.text
org.exparity.data.text.org.exparity.data.text.RegexSelector
org.exparity.data.text.org.exparity.data.text.TextMatcher
org.exparity.data.text.org.exparity.data.text.TextSelector
org.exparity.data.types
org.exparity.data.types.org.exparity.data.types.Array
org.exparity.data.types.org.exparity.data.types.Column
org.exparity.data.types.org.exparity.data.types.KeyValue
org.exparity.data.types.org.exparity.data.types.Pair
org.exparity.data.types.org.exparity.data.types.Row
org.exparity.data.types.org.exparity.data.types.Scalar
org.exparity.data.types.org.exparity.data.types.Table
org.exparity.data.types.readers
org.exparity.data.types.readers.org.exparity.data.types.readers.CsvTableReader
org.exparity.data.types.transforms
org.exparity.data.types.transforms.org.exparity.data.types.transforms.TableToMapTransform
org.exparity.data.types.writers
org.exparity.data.types.writers.org.exparity.data.types.writers.CsvTableWriter
org.exparity.data.types.writers.org.exparity.data.types.writers.HtmlTableWriter
org.exparity.data.xml
org.exparity.data.xml.org.exparity.data.xml.ClasspathEntityResolver
org.exparity.data.xml.org.exparity.data.xml.MarshallFailedException
org.exparity.data.xml.org.exparity.data.xml.MarshallerConfigurationError
org.exparity.data.xml.org.exparity.data.xml.TransformFailedException
org.exparity.data.xml.org.exparity.data.xml.TransformerConfigurationError
org.exparity.data.xml.org.exparity.data.xml.ValidationResult
org.exparity.data.xml.org.exparity.data.xml.ValidatorConfigurationError
org.exparity.data.xml.org.exparity.data.xml.XmlFactory
org.exparity.data.xml.org.exparity.data.xml.XmlMarshaller
org.exparity.data.xml.org.exparity.data.xml.XmlMatcher
org.exparity.data.xml.org.exparity.data.xml.XmlParser
org.exparity.data.xml.org.exparity.data.xml.XmlSelector
org.exparity.data.xml.org.exparity.data.xml.XmlTransformer
org.exparity.data.xml.org.exparity.data.xml.XmlValidator
org.exparity.data.xml.marshallers
org.exparity.data.xml.marshallers.org.exparity.data.xml.marshallers.JaxbMarshaller
org.exparity.data.xml.matchers
org.exparity.data.xml.matchers.org.exparity.data.xml.matchers.XPathMatcher
org.exparity.data.xml.parser
org.exparity.data.xml.parser.org.exparity.data.xml.parser.XmlParserBuilder
org.exparity.data.xml.selectors
org.exparity.data.xml.selectors.org.exparity.data.xml.selectors.XPathElementSelector
org.exparity.data.xml.selectors.org.exparity.data.xml.selectors.XPathStringSelector
org.exparity.data.xml.transformers
org.exparity.data.xml.transformers.org.exparity.data.xml.transformers.StylesheetTransformer
org.exparity.data.xml.validators
org.exparity.data.xml.validators.org.exparity.data.xml.validators.SchemaValidator
org.exparity.io
org.exparity.io.org.exparity.io.BinaryDataSource
org.exparity.io.org.exparity.io.TextDataSource
org.exparity.io.classpath
org.exparity.io.classpath.org.exparity.io.classpath.JcpFile
org.exparity.io.filesystem
org.exparity.io.filesystem.org.exparity.io.filesystem.FileSystem
org.exparity.io.filesystem.org.exparity.io.filesystem.FileSystemFile
org.exparity.io.filesystem.org.exparity.io.filesystem.FileSystemMemoryImpl
org.exparity.io.filesystem.org.exparity.io.filesystem.FileSystemOperationException
org.exparity.io.filesystem.org.exparity.io.filesystem.FileSystemPhysicalImpl
org.exparity.io.filesystem.org.exparity.io.filesystem.FileSystems
org.exparity.io.internet
org.exparity.io.internet.org.exparity.io.internet.BinaryContentType
org.exparity.io.internet.org.exparity.io.internet.Content
org.exparity.io.internet.org.exparity.io.internet.ContentConversionException
org.exparity.io.internet.org.exparity.io.internet.ContentEncoding
org.exparity.io.internet.org.exparity.io.internet.ContentEncodingFactory
org.exparity.io.internet.org.exparity.io.internet.ContentType
org.exparity.io.internet.org.exparity.io.internet.ContentTypeFactory
org.exparity.io.internet.org.exparity.io.internet.FileNotSentException
org.exparity.io.internet.org.exparity.io.internet.HttpCommand
org.exparity.io.internet.org.exparity.io.internet.HttpCommandBuilder
org.exparity.io.internet.org.exparity.io.internet.HttpCommandFailedException
org.exparity.io.internet.org.exparity.io.internet.HttpCommandParameter
org.exparity.io.internet.org.exparity.io.internet.HttpGet
org.exparity.io.internet.org.exparity.io.internet.HttpHeader
org.exparity.io.internet.org.exparity.io.internet.HttpHeaders
org.exparity.io.internet.org.exparity.io.internet.HttpPost
org.exparity.io.internet.org.exparity.io.internet.HttpURLConnectionFactory
org.exparity.io.internet.org.exparity.io.internet.Internet
org.exparity.io.internet.org.exparity.io.internet.InternetException
org.exparity.io.internet.org.exparity.io.internet.InternetFile
org.exparity.io.internet.org.exparity.io.internet.InternetPhysicalImpl
org.exparity.io.internet.org.exparity.io.internet.InternetWithCacheImpl
org.exparity.io.internet.org.exparity.io.internet.Internets
org.exparity.io.internet.org.exparity.io.internet.MaxRetryException
org.exparity.io.internet.org.exparity.io.internet.NotLoggedInException
org.exparity.io.internet.org.exparity.io.internet.TextContentType
org.exparity.io.internet.org.exparity.io.internet.TimeoutException
org.exparity.io.internet.org.exparity.io.internet.UserAgents
org.exparity.io.utils
org.exparity.io.utils.org.exparity.io.utils.FilenameUtils
org.exparity.io.utils.org.exparity.io.utils.UrlUtils




© 2015 - 2024 Weber Informatics LLC | Privacy Policy