File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments