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