actolap / json-io

Automatically exported from code.google.com/p/json-io
0 stars 0 forks source link

Import library? #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy .jar file to root folder
2. JsonWriter symbol could not be resolved

What is the expected output? What do you see instead?

Symbol should be resolved.

What version of the product are you using? On what operating system?

Symbol should be resolved.

Please provide any additional information below.

I am relatively new to Java so this may be as simple as somehow pointing to the 
.jar file. I am using IntelliJ IDE and this is a Maven project.

Original issue reported on code.google.com by ronald.k...@gmail.com on 16 Mar 2013 at 7:29

GoogleCodeExporter commented 9 years ago
I will be placing json-io into Maven Central sometime soon.  In the meantime, 
feel free to just place the sources into your project directly to make it easy 
to build if you'd like.

Original comment by jdereg@gmail.com on 1 Jun 2013 at 9:06

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
json-io is now available in Maven Central.  Place the following XML into your 
pom.xml to include it:

<dependency>
  <groupId>com.cedarsoftware</groupId>
  <artifactId>json-io</artifactId>
  <version>2.2.30</version>
</dependency>

Original comment by jdereg@gmail.com on 15 Sep 2013 at 7:25