Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.turbogwt |
ArtifactId | ArtifactIdturbogwt |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
turbogwt-0.3.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.turbogwt/turbogwt/ -->
<dependency>
<groupId>org.turbogwt</groupId>
<artifactId>turbogwt</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.turbogwt/turbogwt/
implementation 'org.turbogwt:turbogwt:0.3.0'
// https://jarcasting.com/artifacts/org.turbogwt/turbogwt/
implementation ("org.turbogwt:turbogwt:0.3.0")
'org.turbogwt:turbogwt:pom:0.3.0'
<dependency org="org.turbogwt" name="turbogwt" rev="0.3.0">
<artifact name="turbogwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.turbogwt', module='turbogwt', version='0.3.0')
)
libraryDependencies += "org.turbogwt" % "turbogwt" % "0.3.0"
[org.turbogwt/turbogwt "0.3.0"]