Skip to content

finbourne/luminesce-sdk-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LUSID_by_Finbourne

LUSID® Luminesce Java SDK

The Luminesce application is part of the LUSID by FINBOURNE platform. To use it you'll need a LUSID account. Sign up for free at lusid.com.

For more details on other applications in the LUSID platform, see Understanding all the applications in the LUSID platform.

Java SDK Extensions to accompany this SDK are available. These provides the user with additional extensions to make it easy to configure and use the API endpoints.

Installation

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>luminesce-sdk</artifactId>
      <version>{INSERT VERSION}</version>
    </dependency>
    ...
  </dependencies>
  ...
</project>

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages