Skip to content

Commit

Permalink
Add pom dependency import in GitHub repo README.md
Browse files Browse the repository at this point in the history
That way users are not forced to go through the online documentation - ease setup
  • Loading branch information
sebastienvermeille committed Aug 28, 2024
1 parent b27d41a commit c941526
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ StyleSniffer excels at uncovering the subtle nuances of string case styles.

### **Get Started**

Import the dependency:
**pom.xml**
```xml
<dependency>
<groupId>dev.cookiecode</groupId>
<artifactId>stylesniffer-impl</artifactId>
<version>0.0.1</version>
</dependency>
```

**Sample.java**
```java
StyleSniffer styleSniffer = StyleSnifferFactory.createStyleSniffer();

Expand Down

0 comments on commit c941526

Please sign in to comment.