License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.launchdarkly |
ArtifactId | ArtifactIdapi-client |
Version | Version5.0.3 |
Type | Typejar |
Description |
DescriptionAPI Client for Java
Official LaunchDarkly API Client for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-client-5.0.3.pom | |
api-client-5.0.3.jar | 739 KB |
api-client-5.0.3-sources.jar | 254 KB |
api-client-5.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.launchdarkly/api-client/
implementation 'com.launchdarkly:api-client:5.0.3'
// https://jarcasting.com/artifacts/com.launchdarkly/api-client/
implementation ("com.launchdarkly:api-client:5.0.3")
'com.launchdarkly:api-client:jar:5.0.3'
<dependency org="com.launchdarkly" name="api-client" rev="5.0.3">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.launchdarkly', module='api-client', version='5.0.3')
)
libraryDependencies += "com.launchdarkly" % "api-client" % "5.0.3"
[com.launchdarkly/api-client "5.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.swagger : swagger-annotations | jar | 1.5.17 |
com.squareup.okhttp : okhttp | jar | 2.7.5 |
com.squareup.okhttp : logging-interceptor | jar | 2.7.5 |
com.google.code.gson : gson | jar | 2.8.1 |
io.gsonfire : gson-fire | jar | 1.8.0 |
org.threeten : threetenbp | jar | 1.3.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |