| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdcom.github.gwtboot | 
| ArtifactId | ArtifactIdgwt-boot-starter-parent | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptiongwt-boot-starter-parent GWT Boot Starter Parent Dependencies | 
| Filename | Size | 
|---|---|
| gwt-boot-starter-parent-1.0.1.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.gwtboot/gwt-boot-starter-parent/ -->
<dependency>
    <groupId>com.github.gwtboot</groupId>
    <artifactId>gwt-boot-starter-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.gwtboot/gwt-boot-starter-parent/
implementation 'com.github.gwtboot:gwt-boot-starter-parent:1.0.1'// https://jarcasting.com/artifacts/com.github.gwtboot/gwt-boot-starter-parent/
implementation ("com.github.gwtboot:gwt-boot-starter-parent:1.0.1")'com.github.gwtboot:gwt-boot-starter-parent:pom:1.0.1'<dependency org="com.github.gwtboot" name="gwt-boot-starter-parent" rev="1.0.1">
  <artifact name="gwt-boot-starter-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.gwtboot', module='gwt-boot-starter-parent', version='1.0.1')
)libraryDependencies += "com.github.gwtboot" % "gwt-boot-starter-parent" % "1.0.1"[com.github.gwtboot/gwt-boot-starter-parent "1.0.1"]