Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
delight
delight
Commits
87336248
Commit
87336248
authored
May 03, 2019
by
Andreas Lauer
Browse files
README: added maven coordiantes for features
parent
2d93384a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
87336248
...
...
@@ -119,12 +119,24 @@ Provide online documentation of registered handlers, provided methods and enable
Log statistics of requested server methods
<dependency>
<groupId>dfki.km.delight</groupId>
<artifactId>stats-delight-feature</artifactId>
<version>${delight.version}</version>
</dependency>
[
detailed description
](
/../wikis/features/StatisticsFeature
)
#### Server Sent Events
Use Server-Sent Events through standard Delight calls.
<dependency>
<groupId>dfki.km.delight</groupId>
<artifactId>sse-delight-feature</artifactId>
<version>${delight.version}</version>
</dependency>
[
detailed description
](
/../wikis/features/StatisticsFeature
)
...
...
@@ -133,6 +145,12 @@ Use Server-Sent Events through standard Delight calls.
Provide a readily compiled client that is served through a Maven repository
also provided by the feature.
<dependency>
<groupId>dfki.km.delight</groupId>
<artifactId>mvnmicrorepo-delight-feature</artifactId>
<version>${delight.version}</version>
</dependency>
[
detailed description
](
/../wikis/features/MavenMicroRepoFeature
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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