×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Groovy
Posted by: ali kashan
Added: Jul 24, 2020 11:22 PM
Modified: Sep 15, 2020 10:08 AM
Views: 4491
Tags: no tags
  1. //project level gradle
  2. maven { url 'https://jitpack.io' }
  3.  
  4. //module level gradle
  5. implementation 'com.github.alikashan:LoggerLib:1.0.6'