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