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