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