Skip to content

Commit 57935ad

Browse files
authored
Merge pull request #8 from mservicetech/develop
add info to readme
2 parents 684d8b7 + cbd9e27 commit 57935ad

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@ The schema validation is validate openapi 3.0 +. The openapi schema should build
6262

6363
## Usage
6464

65+
Include the dependency in the project pom:
66+
67+
68+
```xml
69+
70+
<dependency>
71+
<groupId>com.mservicetech</groupId>
72+
<artifactId>openapi-schema-validation</artifactId>
73+
<version>1.0.1</version>
74+
</dependency>
75+
```
76+
6577
### Initial the OpenApiValidator
6678

6779
1. default construct:

0 commit comments

Comments
 (0)