Skip to content

Commit 9a57ef3

Browse files
committed
add maven doc
1 parent 0666f54 commit 9a57ef3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@ Java Client for [FoodData Central API](https://fdc.nal.usda.gov/api-guide)
66

77
Built with [OpenAPI Generator](https://openapi-generator.tech/) from [OpenAPI spec](https://api.nal.usda.gov/fdc/v1/yaml-spec?api_key=DEMO_KEY)
88

9-
> The OpenAPI spec is updated to fix mismatches with actual implementation.
9+
> 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

Comments
 (0)