is not current version
Last Version 9.0.1

com.launchdarkly:api-client 1.0.5

Official LaunchDarkly API Client for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

com.launchdarkly
ArtifactId

ArtifactId

api-client
Version

Version

1.0.5
Type

Type

jar

Download api-client 1.0.5


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