License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdcom.weareethic.community |
ArtifactId | ArtifactIdjopengraph |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJOpenGraph
Retrieve Open Graph tags and other metadata from websites
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jopengraph-1.0.0.pom | |
jopengraph-1.0.0.jar | 1 KB |
jopengraph-1.0.0-sources.jar | 5 KB |
jopengraph-1.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weareethic.community/jopengraph/ -->
<dependency>
<groupId>com.weareethic.community</groupId>
<artifactId>jopengraph</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.weareethic.community/jopengraph/
implementation 'com.weareethic.community:jopengraph:1.0.0'
// https://jarcasting.com/artifacts/com.weareethic.community/jopengraph/
implementation ("com.weareethic.community:jopengraph:1.0.0")
'com.weareethic.community:jopengraph:pom:1.0.0'
<dependency org="com.weareethic.community" name="jopengraph" rev="1.0.0">
<artifact name="jopengraph" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.weareethic.community', module='jopengraph', version='1.0.0')
)
libraryDependencies += "com.weareethic.community" % "jopengraph" % "1.0.0"
[com.weareethic.community/jopengraph "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.8.3 |