Skip to content

Commit 92ed5ff

Browse files
committed
Update README
1 parent bf64e99 commit 92ed5ff

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,25 @@ Clone from the GitHub repository
6161
mvn package
6262
```
6363

64+
## Use snapshots
65+
66+
Add the Maven repository for the OpenAPI workflow parser snapshots:
67+
```xml
68+
<repositories>
69+
<repository>
70+
<id>github</id>
71+
<url>https://maven.pkg.github.com/API-Flows/openapi-workflow-parser</url>
72+
<snapshots>
73+
<enabled>true</enabled>
74+
</snapshots>
75+
</repository>
76+
</repositories>
77+
```
78+
Add the SNAPSHOT dependency ([check latest](pom.xml) available) in your POM file:
79+
```xml
80+
<dependency>
81+
<groupId>com.api-flows</groupId>
82+
<artifactId>openapi-workflow-parser</artifactId>
83+
<version>0.0.2-SNAPSHOT</version>
84+
</dependency>
85+
```

0 commit comments

Comments
 (0)