k

kie-gwthelper-maven-plugin

Plugin that provides some utilities for GWT development, like hot reload/SDM on GWT sources outside the current maven project - i.e.. in an arbitrary location on filesystem, and GWT module hierarchy analyzer
https://github.com/kiegroup/kie-gwthelper-maven-plugin
The Apache Software License, Version 2.0
All developers are listed on the team website
Files download
File Operation
kie-gwthelper-maven-plugin-1.3.jar download
kie-gwthelper-maven-plugin-1.3.pom download
kie-gwthelper-maven-plugin-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kie</groupId>
  <artifactId>kie-gwthelper-maven-plugin</artifactId>
  <version>1.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.kie:kie-gwthelper-maven-plugin:1.3'
Gradle Kotlin
implementation("org.kie:kie-gwthelper-maven-plugin:1.3")
Scala SBT
libraryDependencies += "org.kie" % "kie-gwthelper-maven-plugin" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.kie', module='kie-gwthelper-maven-plugin', version='1.3')
)
Apache Ivy
<dependency org="org.kie" name="kie-gwthelper-maven-plugin" rev="1.3" />
Leiningen
[org.kie/kie-gwthelper-maven-plugin "1.3"]
Apache Buildr
'org.kie:kie-gwthelper-maven-plugin:jar:1.3'