You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,13 @@ in Spring Boot configuration file ;)
18
18
🚧 The project is currently in BETA. There can be lack of some features or some bugs may still appear. However, we do our best to continuously improve
19
19
and develop the starter ;)
20
20
21
+
**Latest version:** 1.0.1-beta
22
+
21
23
## Getting started!
22
24
23
25
### Include Maven dependency:
24
26
25
-
If you want to use the starter in your project - just include proper dependency in your `pom.xml` file.
27
+
If you want to use the starter in your project - just include proper dependency in your `pom.xml` file (it will automatically download dependencies from Maven Central Repository)
26
28
```xml
27
29
<dependency>
28
30
<groupId>io.mzlnk.springframework</groupId>
@@ -31,8 +33,6 @@ If you want to use the starter in your project - just include proper dependency
31
33
</dependency>
32
34
```
33
35
34
-
🚧 The jar file is not available on Maven Central Repository yet - it will be added in 1-2 days (just formal requirements left)
0 commit comments