| GroupId | GroupIdcom.finbourne |
|---|---|
| ArtifactId | ArtifactIdlusid-sdk-preview |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lusid-sdk-preview-0.0.2.pom | |
| lusid-sdk-preview-0.0.2.jar | 2 MB |
| lusid-sdk-preview-0.0.2-sources.jar | 4 MB |
| lusid-sdk-preview-0.0.2-javadoc.jar | 7 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.finbourne/lusid-sdk-preview/ -->
<dependency>
<groupId>com.finbourne</groupId>
<artifactId>lusid-sdk-preview</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.finbourne/lusid-sdk-preview/
implementation 'com.finbourne:lusid-sdk-preview:0.0.2'
// https://jarcasting.com/artifacts/com.finbourne/lusid-sdk-preview/
implementation ("com.finbourne:lusid-sdk-preview:0.0.2")
'com.finbourne:lusid-sdk-preview:jar:0.0.2'
<dependency org="com.finbourne" name="lusid-sdk-preview" rev="0.0.2">
<artifact name="lusid-sdk-preview" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.finbourne', module='lusid-sdk-preview', version='0.0.2')
)
libraryDependencies += "com.finbourne" % "lusid-sdk-preview" % "0.0.2"
[com.finbourne/lusid-sdk-preview "0.0.2"]