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