is not current version
Last Version 1.1.18

org.wisepersist:gwt-gradle-plugin 1.0.5

Gradle plugin to support GWT (http://www.gwtproject.org/) related tasks.

Categories

Categories

Gradle Build Tools GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

org.wisepersist
ArtifactId

ArtifactId

gwt-gradle-plugin
Version

Version

1.0.5
Type

Type

jar

Download gwt-gradle-plugin 1.0.5


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