Skip to content

Commit

Permalink
Add pom dependency import in GitHub repo README.md (#34)
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 authored Aug 28, 2024
1 parent b27d41a commit 6a7079f
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 6a7079f

Please sign in to comment.