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