https://github.com/bootique/bootique-linkmove
Provides LinkMove integration with Bootique.
https://github.com/bootique/bootique-linkmove
Last synced: about 1 year ago
JSON representation
Provides LinkMove integration with Bootique.
- Host: GitHub
- URL: https://github.com/bootique/bootique-linkmove
- Owner: bootique
- License: apache-2.0
- Created: 2015-12-18T11:31:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-19T13:43:39.000Z (about 1 year ago)
- Last Synced: 2025-04-19T18:03:28.274Z (about 1 year ago)
- Language: Java
- Homepage: https://bootique.io
- Size: 398 KB
- Stars: 3
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bootique/bootique-linkmove/actions/workflows/maven.yml)
[](https://search.maven.org/artifact/io.bootique.linkmove/bootique-linkmove/)
# bootique-linkmove
Provides [LinkMove](https://github.com/nhl/link-move) integration with [Bootique](http://bootique.io). Configures
connectors and extractor locations via Bootique, enhances LinkMove with advanced connectors (such as HTTP client).
### Prerequisites
Include ```bootique-bom```:
```xml
io.bootique.bom
bootique-bom
3.0-M4
pom
import
```
# Setup
## Add bootique-linkmove to your build tool
**Maven**
```xml
io.bootique.linkmove
bootique-linkmove3
io.bootique.linkmove
bootique-linkmove3-json
io.bootique.linkmove
bootique-linkmove3-rest
```
## Use LinkMove
Now you can inject `LmRuntime` in your code, build and execute `LmTasks`.
## Example Project
[bootique-linkmove-demo](https://github.com/bootique-examples/bootique-linkmove-demo)