Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
WS4D
jCoAP
Commits
2faf66e2
Commit
2faf66e2
authored
May 29, 2017
by
Björn Butzin
Browse files
Further readme improvements
parent
6f6a197b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2faf66e2
...
...
@@ -18,23 +18,24 @@ Executable JARs of the examples with all dependencies can be found in the `targe
# Usage in Maven Projects
To use jCoAP as a library in your projects, add the following dependency
to your `
pom.xml
` (without the dots):
To use jCoAP core as a library in your projects, add the following dependency to your `
pom.xml
`:
```xml
<dependencies>
...
<dependency>
<groupId>org.ws4d.jcoap</groupId>
<artifactId>core</artifactId>
<version>1.1.1-SNAPSHOT</version>
</dependency>
...
</dependencies>
...
<dependency>
<groupId>org.ws4d.jcoap</groupId>
<artifactId>core</artifactId>
<version>1.1.1-SNAPSHOT</version>
</dependency>
```
To use the jCoAP proxy simple replace `
<artifactId>
core
</artifactId>
` by `
<artifactId>
proxy
</artifactId>
` in the above example
To use jCoAP proxy as a library in your projects, add the following dependency to your `
pom.xml
`:
```xml
<dependency>
<groupId>org.ws4d.jcoap</groupId>
<artifactId>proxy</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
```
# Eclipse
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment