| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdProcessing.js |
| Last Version | Last Version1.4.16 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionProcessing.js
WebJar for Processing.js
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Processing.js-1.4.16.pom | |
| Processing.js-1.4.16.jar | 232 KB |
| Processing.js-1.4.16-sources.jar | 22 bytes |
| Processing.js-1.4.16-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/Processing.js/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>Processing.js</artifactId>
<version>1.4.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/Processing.js/
implementation 'org.webjars.bower:Processing.js:1.4.16'
// https://jarcasting.com/artifacts/org.webjars.bower/Processing.js/
implementation ("org.webjars.bower:Processing.js:1.4.16")
'org.webjars.bower:Processing.js:jar:1.4.16'
<dependency org="org.webjars.bower" name="Processing.js" rev="1.4.16">
<artifact name="Processing.js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='Processing.js', version='1.4.16')
)
libraryDependencies += "org.webjars.bower" % "Processing.js" % "1.4.16"
[org.webjars.bower/Processing.js "1.4.16"]