Skip to content

Instantly share code, notes, and snippets.

@NajeebArif
Created June 10, 2021 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NajeebArif/c22fadf246bacb719c9f69b79198f860 to your computer and use it in GitHub Desktop.
Save NajeebArif/c22fadf246bacb719c9f69b79198f860 to your computer and use it in GitHub Desktop.
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-mustache'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.projectreactor:reactor-test'
/*PayPal SDK*/
implementation 'com.paypal.sdk:checkout-sdk:1.0.2'
/*Web Jars*/
implementation group: 'org.webjars', name: 'webjars-locator', version: '0.40'
implementation group: 'org.webjars', name: 'webjars-locator-core', version: '0.47'
implementation group: 'org.webjars', name: 'jquery', version: '3.6.0'
implementation group: 'org.webjars', name: 'bootstrap', version: '5.0.0'
implementation group: 'org.webjars', name: 'popper.js', version: '2.9.2'
implementation group: 'org.webjars', name: 'font-awesome', version: '5.15.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment