Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.googlecode.gwt-measure |
ArtifactId | ArtifactIdgwt-measure |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
gwt-measure-0.1.3.pom | |
gwt-measure-0.1.3.jar | 147 KB |
gwt-measure-0.1.3-sources.jar | 67 KB |
gwt-measure-0.1.3-javadoc.jar | 432 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.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gwt-measure/gwt-measure/
implementation 'com.googlecode.gwt-measure:gwt-measure:0.1.3'
// https://jarcasting.com/artifacts/com.googlecode.gwt-measure/gwt-measure/
implementation ("com.googlecode.gwt-measure:gwt-measure:0.1.3")
'com.googlecode.gwt-measure:gwt-measure:jar:0.1.3'
<dependency org="com.googlecode.gwt-measure" name="gwt-measure" rev="0.1.3">
<artifact name="gwt-measure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gwt-measure', module='gwt-measure', version='0.1.3')
)
libraryDependencies += "com.googlecode.gwt-measure" % "gwt-measure" % "0.1.3"
[com.googlecode.gwt-measure/gwt-measure "0.1.3"]