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