MVN

com.controlsjs : controls4j

Maven & Gradle

Oct 09, 2016
0 stars

Controls.js 4 Java · Controls.js integration with Java

<dependency>
    <groupId>com.controlsjs</groupId>
    <artifactId>controls4j</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.controlsjs : controls4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of com.controlsjs : controls4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
controls4j-1.2.3
controls4j-1.2.1
1.2
controls4j-1.2
1.1
controls4j-1.1
1.0.x
controls4j-1.0.1
1.0
controls4j-1.0
archetypes
controls4j-archetypes-pom
app
controls4j-app-archetype
controls4j-app-archetype-test
teavmsupport
controls4j-teavmsupport

How to add a dependency to Maven

Add the following com.controlsjs : controls4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.controlsjs</groupId>
    <artifactId>controls4j</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.controlsjs : controls4j gradle dependency to your build.gradle file:

implementation 'com.controlsjs:controls4j:1.2.3'

Gradle Kotlin DSL: Add the following com.controlsjs : controls4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.controlsjs:controls4j:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.controlsjs : controls4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.controlsjs" % "controls4j" % "1.2.3"

Advertisement