OG4J

OpenGraph for Java

License

License

GroupId

GroupId

me.shakiba.og4j
ArtifactId

ArtifactId

og4j
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

OG4J
OpenGraph for Java
Project URL

Project URL

http://github.com/shakiba/og4j
Source Code Management

Source Code Management

http://github.com/shakiba/og4j

Download og4j

How to add to project

<!-- https://jarcasting.com/artifacts/me.shakiba.og4j/og4j/ -->
<dependency>
    <groupId>me.shakiba.og4j</groupId>
    <artifactId>og4j</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.shakiba.og4j/og4j/
implementation 'me.shakiba.og4j:og4j:0.0.1'
// https://jarcasting.com/artifacts/me.shakiba.og4j/og4j/
implementation ("me.shakiba.og4j:og4j:0.0.1")
'me.shakiba.og4j:og4j:jar:0.0.1'
<dependency org="me.shakiba.og4j" name="og4j" rev="0.0.1">
  <artifact name="og4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shakiba.og4j', module='og4j', version='0.0.1')
)
libraryDependencies += "me.shakiba.og4j" % "og4j" % "0.0.1"
[me.shakiba.og4j/og4j "0.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 14.0
org.slf4j : slf4j-api jar 1.7.2

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.2
org.jsoup : jsoup jar 1.7.2
org.testng : testng jar 6.8

Project Modules

There are no modules declared in this project.

OpenGraph for Java (OG4J)

Usage

This package includes neither HTTP client nor HTML parser, so you can use it with whatever you prefer.

Please see test class for usage example with jsoup.

Maven

<dependency>
    <groupId>me.shakiba.og4j</groupId>
    <artifactId>og4j</artifactId>
    <version>0.0.1</version>
</dependency>

Versions

Version
0.0.1