is not current version
Last Version 9.0.1

com.launchdarkly:api-client 5.0.2

Official LaunchDarkly API Client for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

com.launchdarkly
ArtifactId

ArtifactId

api-client
Version

Version

5.0.2
Type

Type

jar

Download api-client 5.0.2


<!-- https://jarcasting.com/artifacts/com.launchdarkly/api-client/ -->
<dependency>
    <groupId>com.launchdarkly</groupId>
    <artifactId>api-client</artifactId>
    <version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.launchdarkly/api-client/
implementation 'com.launchdarkly:api-client:5.0.2'
// https://jarcasting.com/artifacts/com.launchdarkly/api-client/
implementation ("com.launchdarkly:api-client:5.0.2")
'com.launchdarkly:api-client:jar:5.0.2'
<dependency org="com.launchdarkly" name="api-client" rev="5.0.2">
  <artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.launchdarkly', module='api-client', version='5.0.2')
)
libraryDependencies += "com.launchdarkly" % "api-client" % "5.0.2"
[com.launchdarkly/api-client "5.0.2"]