Skip to content

Commit 120ec24

Browse files
committed
chore: add maven coordinates to readme
1 parent 04ed90e commit 120ec24

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# *PrimeCodeGen Libraries*
22

3-
A collection of libraries used in generated code for the [PrimeCodeGen](https://github.com/primelib/primecodegen) project.
3+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.primelib.primecodegenlib.java/bom)](https://central.sonatype.com/artifact/io.github.primelib.primecodegenlib.java/bom)
4+
5+
> A collection of libraries used in generated code for the [PrimeCodeGen](https://github.com/primelib/primecodegen) project.
6+
7+
## Installation
8+
9+
```gradle
10+
// bom
11+
implementation(platform("io.github.primelib.primecodegenlib.java:bom:<latestVersion>"))
12+
13+
// individual modules
14+
implementation("io.github.primelib.primecodegenlib.java:feign-common"))
15+
implementation("io.github.primelib.primecodegenlib.java:feign-resilience4j"))
16+
```
417

518
## License
619

0 commit comments

Comments
 (0)