GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdblockly |
Version | Version6909e38 |
Type | Typejar |
Filename | Size |
---|---|
blockly-6909e38.pom | |
blockly-6909e38.jar | 208 KB |
blockly-6909e38-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/blockly/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>blockly</artifactId>
<version>6909e38</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/blockly/
implementation 'org.webjars:blockly:6909e38'
// https://jarcasting.com/artifacts/org.webjars/blockly/
implementation ("org.webjars:blockly:6909e38")
'org.webjars:blockly:jar:6909e38'
<dependency org="org.webjars" name="blockly" rev="6909e38">
<artifact name="blockly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='blockly', version='6909e38')
)
libraryDependencies += "org.webjars" % "blockly" % "6909e38"
[org.webjars/blockly "6909e38"]