Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.googlecode.gwt-measure |
ArtifactId | ArtifactIdgwt-measure |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
gwt-measure-0.2.0.pom | |
gwt-measure-0.2.0.jar | 150 KB |
gwt-measure-0.2.0-sources.jar | 68 KB |
gwt-measure-0.2.0-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gwt-measure/gwt-measure/ -->
<dependency>
<groupId>com.googlecode.gwt-measure</groupId>
<artifactId>gwt-measure</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gwt-measure/gwt-measure/
implementation 'com.googlecode.gwt-measure:gwt-measure:0.2.0'
// https://jarcasting.com/artifacts/com.googlecode.gwt-measure/gwt-measure/
implementation ("com.googlecode.gwt-measure:gwt-measure:0.2.0")
'com.googlecode.gwt-measure:gwt-measure:jar:0.2.0'
<dependency org="com.googlecode.gwt-measure" name="gwt-measure" rev="0.2.0">
<artifact name="gwt-measure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gwt-measure', module='gwt-measure', version='0.2.0')
)
libraryDependencies += "com.googlecode.gwt-measure" % "gwt-measure" % "0.2.0"
[com.googlecode.gwt-measure/gwt-measure "0.2.0"]