| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdcom.github.kospiotr | 
| ArtifactId | ArtifactIdgwt-playground | 
| Last Version | Last Version2.6.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Filename | Size | 
|---|---|
| gwt-playground-2.6.1.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.kospiotr/gwt-playground/ -->
<dependency>
    <groupId>com.github.kospiotr</groupId>
    <artifactId>gwt-playground</artifactId>
    <version>2.6.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.kospiotr/gwt-playground/
implementation 'com.github.kospiotr:gwt-playground:2.6.1'// https://jarcasting.com/artifacts/com.github.kospiotr/gwt-playground/
implementation ("com.github.kospiotr:gwt-playground:2.6.1")'com.github.kospiotr:gwt-playground:pom:2.6.1'<dependency org="com.github.kospiotr" name="gwt-playground" rev="2.6.1">
  <artifact name="gwt-playground" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.kospiotr', module='gwt-playground', version='2.6.1')
)libraryDependencies += "com.github.kospiotr" % "gwt-playground" % "2.6.1"[com.github.kospiotr/gwt-playground "2.6.1"]