We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308278a commit addce75Copy full SHA for addce75
README.md
@@ -21,14 +21,14 @@ You can pull it from the central Maven repositories:
21
```xml
22
<dependency>
23
<groupId>fr.techad</groupId>
24
- <artifactId>edc-httpd-java</artifactId>
+ <artifactId>edc-httpd</artifactId>
25
<version>2.0.0</version>
26
</dependency>
27
```
28
29
### Gradle
30
```groovy
31
- implementation 'fr.techad:edc-httpd-java:2.0.0'
+ implementation 'fr.techad:edc-httpd:2.0.0'
32
33
## How can I create and run a docker image?
34
You have just to use this two commands in the repository, -v parameter is optional for the second command
0 commit comments