Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem adding unirest dependency in C

Dylan Kertson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 24, 2019

So I am trying to get unirest working in my Confluence plugin so that I can make API requests easily in MyContextProvider.java.  I added the following dependency in pom.xml

<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>2.3.08</version>
</dependency>

 However, when I do the following import I get an error that it does not exist when I compile

import kong.unirest.http.*;

I am fairly new to Java development so I apologize if it is a simple mistake. 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events