Created
August 25, 2022 10:10
-
-
Save MeiyappanKannappa/edf3de1f1f1cf20d126f656e715922c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories { | |
| mavenCentral() | |
| maven { url "https://oss.sonatype.org/content/groups/public/" } | |
| } | |
| dependencies { | |
| testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1' | |
| testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1' | |
| // https://mvnrepository.com/artifact/com.launchdarkly/launchdarkly-java-server-sdk | |
| implementation 'com.launchdarkly:launchdarkly-java-server-sdk:5.10.0' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment