Skip to content

Commit 26764bb

Browse files
committed
v1.0.0.RELEASE
1 parent a3c113f commit 26764bb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,18 @@ Core extension starter for [Spring](https://spring.io) apps.
1010
For example, `futureCalculator.calc(LocalDateTime.now(), "20s")` is equal to `LocalDateTime.now().plusSeconds(20)`
1111
* `MessageService` - is a customized version of Spring's `MessageSource` with fewer parameters
1212
* `ExpiredRecordsCollector` - an accumulative interface for expired data collection
13+
14+
### Get started
15+
16+
Build requirements:
17+
* latest JDK and Maven
18+
19+
Also available in Maven central:
20+
21+
```xml
22+
<dependency>
23+
<groupId>fun.wilddev.lib</groupId>
24+
<artifactId>spring-starter-core-ext</artifactId>
25+
<version>1.0.0.RELEASE</version>
26+
</dependency>
27+
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>fun.wilddev.lib</groupId>
1515
<artifactId>spring-starter-core-ext</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0.RELEASE</version>
1717

1818
<name>spring-starter-core-ext</name>
1919
<description>Core extension starter for Spring apps</description>

0 commit comments

Comments
 (0)