We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d200ff7 commit ad114b7Copy full SHA for ad114b7
1 file changed
README.md
@@ -84,7 +84,7 @@ Add the dependency.
84
<dependency>
85
<groupId>eu.dgs-development</groupId>
86
<artifactId>easy-process-interaction</artifactId>
87
- <version>v1.0.0</version>
+ <version>1.0.0</version>
88
</dependency>
89
```
90
@@ -104,6 +104,6 @@ Add the dependency.
104
105
```text
106
dependencies {
107
- implementation 'eu.dgs-development:easy-process-interaction:v1.0.0'
+ implementation 'eu.dgs-development:easy-process-interaction:1.0.0'
108
}
109
0 commit comments