| License |
License |
|---|---|
| GroupId | GroupIdcom.controlsjs |
| ArtifactId | ArtifactIdcontrolsjs |
| Version | Version5.0.0 |
| Type | Typejar |
| Description |
DescriptionControls.js
technology for building web and mobile applications
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| controlsjs-5.0.0.pom | |
| controlsjs-5.0.0.jar | 1 MB |
| controlsjs-5.0.0-sources.jar | 1 MB |
| controlsjs-5.0.0-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.controlsjs/controlsjs/ -->
<dependency>
<groupId>com.controlsjs</groupId>
<artifactId>controlsjs</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.controlsjs/controlsjs/
implementation 'com.controlsjs:controlsjs:5.0.0'
// https://jarcasting.com/artifacts/com.controlsjs/controlsjs/
implementation ("com.controlsjs:controlsjs:5.0.0")
'com.controlsjs:controlsjs:jar:5.0.0'
<dependency org="com.controlsjs" name="controlsjs" rev="5.0.0">
<artifact name="controlsjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.controlsjs', module='controlsjs', version='5.0.0')
)
libraryDependencies += "com.controlsjs" % "controlsjs" % "5.0.0"
[com.controlsjs/controlsjs "5.0.0"]