|
|
@ -0,0 +1,15 @@ |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>de.ring0.lhw.ip</groupId> |
|
|
|
<artifactId>duckduckgo</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
<name>DuckDuckGo API</name> |
|
|
|
<description>A Java library for the internet search engine DuckDuckGo which offers semantic search while maintaining user privacy.</description> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<groupId>com.google.code.gson</groupId> |
|
|
|
<artifactId>gson</artifactId> |
|
|
|
<version>2.2.1</version> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</project> |