You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/docs/tracking-methods/sdks/java/java-flags.mdx
+1-49Lines changed: 1 addition & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,57 +20,9 @@ Before implementing [Feature Flags](/docs/featureflags), ensure:
20
20
## Installing the SDK
21
21
22
22
<Callouttype="info">
23
-
The Java Feature Flags SDK is currently in Beta and uses a `-SNAPSHOT` version. You'll need to configure your build tool to pull snapshot versions from Sonatype's snapshot repository.
23
+
The Java Feature Flags SDK is currently in Beta and uses a `-SNAPSHOT` version (`1.6.0-SNAPSHOT`). You'll need to configure your build tool to pull snapshot versions from Sonatype's snapshot repository. See the [Sonatype snapshot documentation](https://central.sonatype.org/publish/publish-portal-snapshots/) for instructions on configuring Maven or Gradle.
24
24
</Callout>
25
25
26
-
### Maven
27
-
28
-
Add the Sonatype snapshot repository to your `pom.xml`:
For more information about working with snapshot versions, see the [Sonatype snapshot documentation](https://central.sonatype.org/publish/publish-portal-snapshots/#publishing-via-other-methods).
73
-
74
26
## Flag Evaluation Modes
75
27
76
28
There are two modes available for using the Java SDK for feature flagging: Local Evaluation and Remote Evaluation.
0 commit comments