License |
License |
---|---|
GroupId | GroupIdcom.nfbsoftware |
ArtifactId | ArtifactIdsimple-diffbot |
Version | Version1.0.15 |
Type | Typejar |
Description |
DescriptionNFB Software Simple-Diffbot
The NFB Software Simple-Diffbot is a Java wrapper for the Diffbot.com API for website data extraction.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-diffbot-1.0.15.pom | |
simple-diffbot-1.0.15.jar | 24 KB |
simple-diffbot-1.0.15-sources.jar | 15 KB |
simple-diffbot-1.0.15-javadoc.jar | 452 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nfbsoftware/simple-diffbot/ -->
<dependency>
<groupId>com.nfbsoftware</groupId>
<artifactId>simple-diffbot</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.nfbsoftware/simple-diffbot/
implementation 'com.nfbsoftware:simple-diffbot:1.0.15'
// https://jarcasting.com/artifacts/com.nfbsoftware/simple-diffbot/
implementation ("com.nfbsoftware:simple-diffbot:1.0.15")
'com.nfbsoftware:simple-diffbot:jar:1.0.15'
<dependency org="com.nfbsoftware" name="simple-diffbot" rev="1.0.15">
<artifact name="simple-diffbot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nfbsoftware', module='simple-diffbot', version='1.0.15')
)
libraryDependencies += "com.nfbsoftware" % "simple-diffbot" % "1.0.15"
[com.nfbsoftware/simple-diffbot "1.0.15"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.3 |
commons-codec : commons-codec | jar | 1.5 |
net.sf.flexjson : flexjson | jar | 2.1 |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |