| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.launchdarkly |
| ArtifactId | ArtifactIdapi-client |
| Version | Version3.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| api-client-3.9.0.pom | |
| api-client-3.9.0.jar | 698 KB |
| api-client-3.9.0-sources.jar | 243 KB |
| api-client-3.9.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.launchdarkly/api-client/ -->
<dependency>
<groupId>com.launchdarkly</groupId>
<artifactId>api-client</artifactId>
<version>3.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.launchdarkly/api-client/
implementation 'com.launchdarkly:api-client:3.9.0'
// https://jarcasting.com/artifacts/com.launchdarkly/api-client/
implementation ("com.launchdarkly:api-client:3.9.0")
'com.launchdarkly:api-client:jar:3.9.0'
<dependency org="com.launchdarkly" name="api-client" rev="3.9.0">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.launchdarkly', module='api-client', version='3.9.0')
)
libraryDependencies += "com.launchdarkly" % "api-client" % "3.9.0"
[com.launchdarkly/api-client "3.9.0"]