Skip to content

Instantly share code, notes, and snippets.

@MeiyappanKannappa
Created August 25, 2022 10:10
Show Gist options
  • Select an option

  • Save MeiyappanKannappa/edf3de1f1f1cf20d126f656e715922c9 to your computer and use it in GitHub Desktop.

Select an option

Save MeiyappanKannappa/edf3de1f1f1cf20d126f656e715922c9 to your computer and use it in GitHub Desktop.
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