Results 2 comments of Skinner Cheng

Thank you for the response. I want to offer more information here: top-build gradle: ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript...

Hi @bcorne, I added `compile 'com.ullink.slack:simpleslackapi:0.5.1'` and referred https://github.com/Ullink/simple-slack-api/issues/1 then added: ``` compile 'org.glassfish.tyrus.bundles:tyrus-standalone-client:1.8.3' compile 'com.googlecode.json-simple:json-simple:1.1' compile 'org.slf4j:slf4j-simple:1.7.7' compile 'org.slf4j:slf4j-api:1.7.7' ``` My current build.gradle: ``` dependencies { compile fileTree(dir: 'libs',...