Skip to content

Commit

Permalink
# WARNING: head commit changed in the meantime
Browse files Browse the repository at this point in the history
Change-Id: I0b0dd9c02d5ca552488c38d64a1f40fede2eacee
  • Loading branch information
yazan committed Feb 6, 2018
2 parents c60f875 + c68a917 commit f62a22c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ The IRIS-WS Library is a Java API that allows direct access to data and informat
This library constructs the service calls based on criteria users define, and accesses the web services behind the scenes.
Information is retrieved as Java objects that are available for immediate manipulation, bypassing the traditional “save to disk, reload into my program, and then parse the data format” series of steps.
This Library allows a Java developer to access DMC-stored data without dealing directly with the web service interfaces or,more importantly, the internal formats of the DMC. Even though the web services typically return XML or SEED data, users of this library do not need XML or SEED knowledge to process the returned information.

```
<dependency>
<groupId>edu.iris.dmc</groupId>
<artifactId>IRIS-WS</artifactId>
<version>VERSION</version>
</dependency>

0 comments on commit f62a22c

Please sign in to comment.