File tree Expand file tree Collapse file tree
src/main/java/in/ashwanthkumar/slack/webhook Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 </developers >
2323
2424 <dependencies >
25+ <dependency >
26+ <groupId >in.ashwanthkumar</groupId >
27+ <artifactId >my-java-utils</artifactId >
28+ <version >0.0.3</version >
29+ </dependency >
2530 <dependency >
2631 <groupId >com.google.code.gson</groupId >
2732 <artifactId >gson</artifactId >
Original file line number Diff line number Diff line change 11package in .ashwanthkumar .slack .webhook ;
22
33import in .ashwanthkumar .slack .webhook .service .SlackService ;
4- import in .ashwanthkumar .slack . webhook . util .Lists ;
4+ import in .ashwanthkumar .utils . collections .Lists ;
55
66import java .io .IOException ;
77import java .util .List ;
88
9- import static in .ashwanthkumar .slack .webhook .util .StringUtils .isEmpty ;
9+ import static in .ashwanthkumar .utils .lang .StringUtils .isEmpty ;
10+
1011
1112/**
1213 * Slack provides programmatic access to Slack web hooks
Original file line number Diff line number Diff line change 11package in .ashwanthkumar .slack .webhook ;
22
33
4- import in .ashwanthkumar .slack . webhook . util .StringUtils ;
4+ import in .ashwanthkumar .utils . lang .StringUtils ;
55
66/**
77 * Wrapper to build rich text content in Slack
Original file line number Diff line number Diff line change 1616import java .util .List ;
1717import java .util .Map ;
1818
19- import static in .ashwanthkumar .slack .webhook .util .StringUtils .isNotEmpty ;
20- import static in .ashwanthkumar .slack .webhook .util .StringUtils .startsWith ;
19+ import static in .ashwanthkumar .utils .lang .StringUtils .isNotEmpty ;
20+ import static in .ashwanthkumar .utils .lang .StringUtils .startsWith ;
21+
2122
2223public class SlackService {
2324 private final HttpTransport HTTP_TRANSPORT = new NetHttpTransport ();
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments