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