License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdorg.turbogwt |
ArtifactId | ArtifactIdturbogwt |
Version | Version0.4.0 |
Type | Typepom |
Description |
DescriptionTurbo GWT
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
turbogwt-0.4.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.turbogwt/turbogwt/ -->
<dependency>
<groupId>org.turbogwt</groupId>
<artifactId>turbogwt</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.turbogwt/turbogwt/
implementation 'org.turbogwt:turbogwt:0.4.0'
// https://jarcasting.com/artifacts/org.turbogwt/turbogwt/
implementation ("org.turbogwt:turbogwt:0.4.0")
'org.turbogwt:turbogwt:pom:0.4.0'
<dependency org="org.turbogwt" name="turbogwt" rev="0.4.0">
<artifact name="turbogwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.turbogwt', module='turbogwt', version='0.4.0')
)
libraryDependencies += "org.turbogwt" % "turbogwt" % "0.4.0"
[org.turbogwt/turbogwt "0.4.0"]