Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.kospiotr |
ArtifactId | ArtifactIdgwt-playground |
Version | Version1.2 |
Type | Typepom |
Filename | Size |
---|---|
gwt-playground-1.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kospiotr/gwt-playground/ -->
<dependency>
<groupId>com.github.kospiotr</groupId>
<artifactId>gwt-playground</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kospiotr/gwt-playground/
implementation 'com.github.kospiotr:gwt-playground:1.2'
// https://jarcasting.com/artifacts/com.github.kospiotr/gwt-playground/
implementation ("com.github.kospiotr:gwt-playground:1.2")
'com.github.kospiotr:gwt-playground:pom:1.2'
<dependency org="com.github.kospiotr" name="gwt-playground" rev="1.2">
<artifact name="gwt-playground" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kospiotr', module='gwt-playground', version='1.2')
)
libraryDependencies += "com.github.kospiotr" % "gwt-playground" % "1.2"
[com.github.kospiotr/gwt-playground "1.2"]