MVN

io.github.fortescarlet.simple-robot-component : component-jcq

Maven & Gradle

Jul 05, 2020
0 stars
<dependency>
    <groupId>io.github.fortescarlet.simple-robot-component</groupId>
    <artifactId>component-jcq</artifactId>
    <version>1.0.2-1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fortescarlet.simple-robot-component : component-jcq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-1.16

All Versions

Choose a version of io.github.fortescarlet.simple-robot-component : component-jcq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
component-jcq-1.0.2-1.16
component-jcq-1.0.1-1.16
component-jcq-1.0.0-1.16
0.4.x
component-jcq-0.4.1-1.15
component-jcq-0.4.0-1.15
0.3.x
component-jcq-0.3.0-1.12
0.2.x
component-jcq-0.2.0-1.11
0.1
component-jcq-0.1-1.14
component-jcq-0.1-1.11

How to add a dependency to Maven

Add the following io.github.fortescarlet.simple-robot-component : component-jcq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fortescarlet.simple-robot-component</groupId>
    <artifactId>component-jcq</artifactId>
    <version>1.0.2-1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fortescarlet.simple-robot-component : component-jcq gradle dependency to your build.gradle file:

implementation 'io.github.fortescarlet.simple-robot-component:component-jcq:1.0.2-1.16'

Gradle Kotlin DSL: Add the following io.github.fortescarlet.simple-robot-component : component-jcq gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fortescarlet.simple-robot-component:component-jcq:1.0.2-1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fortescarlet.simple-robot-component : component-jcq sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fortescarlet.simple-robot-component" % "component-jcq" % "1.0.2-1.16"