We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0666f54 commit 9a57ef3Copy full SHA for 9a57ef3
README.md
@@ -6,4 +6,14 @@ Java Client for [FoodData Central API](https://fdc.nal.usda.gov/api-guide)
6
7
Built with [OpenAPI Generator](https://openapi-generator.tech/) from [OpenAPI spec](https://api.nal.usda.gov/fdc/v1/yaml-spec?api_key=DEMO_KEY)
8
9
-> The OpenAPI spec is updated to fix mismatches with actual implementation.
+> The OpenAPI spec is updated to fix mismatches with actual implementation.
10
+
11
+Use this client in Maven.
12
13
+```xml
14
+<dependency>
15
+ <groupId>com.javaaidev</groupId>
16
+ <artifactId>usda-food-data-central-api-client</artifactId>
17
+ <version>1.3.0</version>
18
+</dependency>
19
+```
0 commit comments