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