License |
License |
---|---|
Categories |
CategoriesGradle Build Tools GWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdorg.wisepersist |
ArtifactId | ArtifactIdgwt-gradle-plugin |
Last Version | Last Version1.1.18 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT Gradle Plugin
Gradle plugin to support GWT (http://www.gwtproject.org/) related tasks.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gwt-gradle-plugin-1.1.18.pom | |
gwt-gradle-plugin-1.1.18.jar | 172 KB |
gwt-gradle-plugin-1.1.18-sources.jar | 55 KB |
gwt-gradle-plugin-1.1.18-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wisepersist/gwt-gradle-plugin/ -->
<dependency>
<groupId>org.wisepersist</groupId>
<artifactId>gwt-gradle-plugin</artifactId>
<version>1.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.wisepersist/gwt-gradle-plugin/
implementation 'org.wisepersist:gwt-gradle-plugin:1.1.18'
// https://jarcasting.com/artifacts/org.wisepersist/gwt-gradle-plugin/
implementation ("org.wisepersist:gwt-gradle-plugin:1.1.18")
'org.wisepersist:gwt-gradle-plugin:jar:1.1.18'
<dependency org="org.wisepersist" name="gwt-gradle-plugin" rev="1.1.18">
<artifact name="gwt-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wisepersist', module='gwt-gradle-plugin', version='1.1.18')
)
libraryDependencies += "org.wisepersist" % "gwt-gradle-plugin" % "1.1.18"
[org.wisepersist/gwt-gradle-plugin "1.1.18"]