Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.launchdarkly |
ArtifactId | ArtifactIdapi-client |
Version | Version5.0.2 |
Type | Typejar |
Filename | Size |
---|---|
api-client-5.0.2.pom | |
api-client-5.0.2.jar | 737 KB |
api-client-5.0.2-sources.jar | 252 KB |
api-client-5.0.2-javadoc.jar | 1 MB |
Browse |
<!-- 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"]