Skip to content

Commit 199b85f

Browse files
authored
add maven central badge and maven/gradle gav
1 parent 605b9f0 commit 199b85f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Axon Framework - Kotlin Extension
22

3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.kotlin/axon-kotlin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.kotlin/axon-kotlin)
34
[![Open Source Helpers](https://www.codetriage.com/axonframework/extension-kotlin/badges/users.svg)](https://www.codetriage.com/axonframework/extension-kotlin)
45

56
_Note:_ This extension is still in an experimental stage.
@@ -20,6 +21,26 @@ For more information on anything Axon, please visit our website, [http://axoniq.
2021

2122
## Getting started
2223

24+
### Dependencies
25+
26+
**Maven**
27+
28+
```
29+
<dependency>
30+
<groupId>org.axonframework.extensions.kotlin</groupId>
31+
<artifactId>axon-kotlin</artifactId>
32+
<version>0.1.0</version>
33+
</dependency>
34+
```
35+
36+
**Gradle**
37+
38+
```
39+
implementation("org.axonframework.extensions.kotlin:axon-kotlin:0.1.0")
40+
```
41+
42+
43+
2344
## Receiving help
2445

2546
Are you having trouble using the extension?

0 commit comments

Comments
 (0)