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