File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 33![ Java CI] ( https://github.com/javadev/LeetCode-in-Java/workflows/Java%20CI%20with%20Maven/badge.svg )
44
55Java Solution for LeetCode algorithm problems, continually updating.
6+
7+ ## Installation
8+
9+ Include the following in your ` pom.xml ` for Maven:
10+
11+ ``` xml
12+ <dependencies >
13+ <dependency >
14+ <groupId >com.github.javadev</groupId >
15+ <artifactId >leetcode-in-java</artifactId >
16+ <version >1.2</version >
17+ </dependency >
18+ ...
19+ </dependencies >
20+ ```
21+
22+ Gradle:
23+
24+ ``` groovy
25+ compile 'com.github.javadev:leetcode-in-java:1.2'
26+ ```
27+
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >leetcode-in-java</artifactId >
66 <packaging >jar</packaging >
7- <version >1.1 </version >
7+ <version >1.2 </version >
88 <name >leetcode-in-java</name >
99 <description >Java Solution for LeetCode algorithm problems, continually updating</description >
1010 <url >https://github.com/javadev/LeetCode-in-Java</url >
You can’t perform that action at this time.
0 commit comments