| GroupId | GroupIdorg.webjars.bowergithub.enyo |
|---|---|
| ArtifactId | ArtifactIddropzone |
| Version | Version4.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropzone-4.3.0.pom | |
| dropzone-4.3.0.jar | 55 KB |
| dropzone-4.3.0-sources.jar | 22 bytes |
| dropzone-4.3.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.enyo/dropzone/ -->
<dependency>
<groupId>org.webjars.bowergithub.enyo</groupId>
<artifactId>dropzone</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.enyo/dropzone/
implementation 'org.webjars.bowergithub.enyo:dropzone:4.3.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.enyo/dropzone/
implementation ("org.webjars.bowergithub.enyo:dropzone:4.3.0")
'org.webjars.bowergithub.enyo:dropzone:jar:4.3.0'
<dependency org="org.webjars.bowergithub.enyo" name="dropzone" rev="4.3.0">
<artifact name="dropzone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.enyo', module='dropzone', version='4.3.0')
)
libraryDependencies += "org.webjars.bowergithub.enyo" % "dropzone" % "4.3.0"
[org.webjars.bowergithub.enyo/dropzone "4.3.0"]