bootique-linkmove: LinkMove Integration for Bootique

Provides LinkMove integration with Bootique.

License

License

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique.linkmove
ArtifactId

ArtifactId

bootique-linkmove
Last Version

Last Version

0.10
Release Date

Release Date

Type

Type

jar
Description

Description

bootique-linkmove: LinkMove Integration for Bootique
Provides LinkMove integration with Bootique.
Project Organization

Project Organization

National Hockey League
Source Code Management

Source Code Management

https://github.com/nhl/bootique-linkmove

Download bootique-linkmove

How to add to project

<!-- https://jarcasting.com/artifacts/com.nhl.bootique.linkmove/bootique-linkmove/ -->
<dependency>
    <groupId>com.nhl.bootique.linkmove</groupId>
    <artifactId>bootique-linkmove</artifactId>
    <version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.linkmove/bootique-linkmove/
implementation 'com.nhl.bootique.linkmove:bootique-linkmove:0.10'
// https://jarcasting.com/artifacts/com.nhl.bootique.linkmove/bootique-linkmove/
implementation ("com.nhl.bootique.linkmove:bootique-linkmove:0.10")
'com.nhl.bootique.linkmove:bootique-linkmove:jar:0.10'
<dependency org="com.nhl.bootique.linkmove" name="bootique-linkmove" rev="0.10">
  <artifact name="bootique-linkmove" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.linkmove', module='bootique-linkmove', version='0.10')
)
libraryDependencies += "com.nhl.bootique.linkmove" % "bootique-linkmove" % "0.10"
[com.nhl.bootique.linkmove/bootique-linkmove "0.10"]

Dependencies

compile (4)

Group / Artifact Type Version
com.nhl.link.move : link-move jar 2.0
com.nhl.bootique : bootique jar 0.18
com.nhl.bootique.jdbc : bootique-jdbc jar 0.10.1
com.nhl.bootique.cayenne : bootique-cayenne jar 0.15

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.0.31-beta

Project Modules

There are no modules declared in this project.

Build Status Maven Central

bootique-linkmove

Provides LinkMove integration with Bootique. The main value of this integration is the ability to configure connectors and extractor locations via Bootique, as well as to enhance LinkMove with more advanced connectors based on the existing Bootique features, such as HTTP client.

For additional help/questions about this example send a message to Bootique forum.

Prerequisites

* Java 1.8 or newer.
* Apache Maven.

Setup

Add bootique-linkmove to your build tool

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>io.bootique.bom</groupId>
            <artifactId>bootique-bom</artifactId>
            <version>X.X</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

<dependency>
    <groupId>io.bootique.linkmove</groupId>
    <artifactId>bootique-linkmove</artifactId>
</dependency>

<!-- If you need to process JSON sources also include JSON module-->
<!-- 
<dependency>
    <groupId>io.bootique.linkmove</groupId>
    <artifactId>bootique-linkmove-json</artifactId>
</dependency> 
-->

Use LinkMove

Now you can inject LmRuntime in your code, build and execute LmTasks.

Example Project

bootique-linkmove-demo

com.nhl.bootique.linkmove

Versions

Version
0.10
0.9
0.8
0.7
0.6