Skip to content

Commit 6bbe0a9

Browse files
szpakshekhargulati
authored andcommitted
Simplify Maven and Gradle configuration (shekhargulati#70)
1 parent ec7cb02 commit 6bbe0a9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,14 @@ For Apache Maven users, please add following to your pom.xml.
1616
<groupId>com.shekhargulati</groupId>
1717
<artifactId>strman</artifactId>
1818
<version>0.2.0</version>
19-
<type>jar</type>
2019
</dependency>
2120
</dependencies>
2221
```
2322

2423
Gradle users can add following to their build.gradle file.
2524

2625
```
27-
compile(group: 'com.shekhargulati', name: 'strman', version: '0.2.0', ext: 'jar'){
28-
transitive=true
29-
}
26+
compile(group: 'com.shekhargulati', name: 'strman', version: '0.2.0')
3027
```
3128

3229
## Available Functions

0 commit comments

Comments
 (0)