| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Angular |
|---|---|
| GroupId | GroupIdcom.github.h0ru5.gwt |
| ArtifactId | ArtifactIdangulargwt-example-tipcalc |
| Version | Version1.1.1 |
| Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.github.h0ru5.gwt/angulargwt-example-tipcalc/ -->
<dependency>
<groupId>com.github.h0ru5.gwt</groupId>
<artifactId>angulargwt-example-tipcalc</artifactId>
<version>1.1.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.h0ru5.gwt/angulargwt-example-tipcalc/
implementation 'com.github.h0ru5.gwt:angulargwt-example-tipcalc:1.1.1'
// https://jarcasting.com/artifacts/com.github.h0ru5.gwt/angulargwt-example-tipcalc/
implementation ("com.github.h0ru5.gwt:angulargwt-example-tipcalc:1.1.1")
'com.github.h0ru5.gwt:angulargwt-example-tipcalc:war:1.1.1'
<dependency org="com.github.h0ru5.gwt" name="angulargwt-example-tipcalc" rev="1.1.1">
<artifact name="angulargwt-example-tipcalc" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.h0ru5.gwt', module='angulargwt-example-tipcalc', version='1.1.1')
)
libraryDependencies += "com.github.h0ru5.gwt" % "angulargwt-example-tipcalc" % "1.1.1"
[com.github.h0ru5.gwt/angulargwt-example-tipcalc "1.1.1"]