timbarrass / lusid-sdk-java

LUSID Java SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

branch status
master Build Status
develop Build Status

LUSID® Java SDK

Maven artifacts can be downloaded from the Open Source Software Repository Hosting (OSSRH) by adding the following to your pom.xml

<project>
  ...
  <repositories>
    <repository>
      <id>osssrh</id>
      <name>OSSRH</name>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>com.finbourne</groupId>
      <artifactId>lusid-sdk</artifactId>
      <version>{INSERT VERSION}</version>
    </dependency>
    ...
  </dependencies>
  ...
</project>

For further documentation on building the SDK, running the tutorials and using the SDK please see the wiki.

About

LUSID Java SDK

License:Other


Languages

Language:Java 100.0%Language:Dockerfile 0.0%