License |
License |
---|---|
Categories |
CategoriesMaven Build Tools GWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.gwidgets.maven |
ArtifactId | ArtifactIdgwt-simple-mojo-plugin |
Version | Version0.4 |
Type | Typejar |
Description |
Descriptiongwt-simple-mojo-plugin
simple gwt project archetype with mojo plugin
|
Project Organization |
Project OrganizationG-Widgets |
<!-- https://jarcasting.com/artifacts/com.gwidgets.maven/gwt-simple-mojo-plugin/ -->
<dependency>
<groupId>com.gwidgets.maven</groupId>
<artifactId>gwt-simple-mojo-plugin</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gwidgets.maven/gwt-simple-mojo-plugin/
implementation 'com.gwidgets.maven:gwt-simple-mojo-plugin:0.4'
// https://jarcasting.com/artifacts/com.gwidgets.maven/gwt-simple-mojo-plugin/
implementation ("com.gwidgets.maven:gwt-simple-mojo-plugin:0.4")
'com.gwidgets.maven:gwt-simple-mojo-plugin:jar:0.4'
<dependency org="com.gwidgets.maven" name="gwt-simple-mojo-plugin" rev="0.4">
<artifact name="gwt-simple-mojo-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gwidgets.maven', module='gwt-simple-mojo-plugin', version='0.4')
)
libraryDependencies += "com.gwidgets.maven" % "gwt-simple-mojo-plugin" % "0.4"
[com.gwidgets.maven/gwt-simple-mojo-plugin "0.4"]