MVN

io.github.ForteScarlet.simple-robot-core : component-forhttpapi

Maven & Gradle

Mar 12, 2020
3 stars

component-forhttpapi · a HTTP API's component for simple-robot-core project

<dependency>
    <groupId>io.github.ForteScarlet.simple-robot-core</groupId>
    <artifactId>component-forhttpapi</artifactId>
    <version>1.2-1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ForteScarlet.simple-robot-core : component-forhttpapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2-1.6.0
  • Latest Beta: 1.0-1.3.9-BETA

All Versions

Choose a version of io.github.ForteScarlet.simple-robot-core : component-forhttpapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
component-forhttpapi-1.2-1.6.0
1.1
component-forhttpapi-1.1-1.6.0
component-forhttpapi-1.1-1.5.0
1.0
component-forhttpapi-1.0-1.3.11
component-forhttpapi-1.0-1.3.9-BETA
component-forhttpapi-1.0-1.3.5-BETA
0.7.x
component-forhttpapi-0.7.2-BETA-1.3.5-BETA
component-forhttpapi-0.7.2-BETA-1.3-BETA
component-forhttpapi-0.7.2-BETA-1.2.4-BETA
component-forhttpapi-0.7.2-BETA-1.2.3-BETA
component-forhttpapi-0.7.1-BETA-1.2-BETA
component-forhttpapi-0.7.1-BETA-1.1.3-BETA
0.7
component-forhttpapi-0.7-DEMO-1.1.3-BETA
component-forhttpapi-0.7-DEMO-1.1.2-BETA
0.6
component-forhttpapi-0.6-DEMO-1.1.1-BETA
component-forhttpapi-0.6-DEMO-1.1-BETA
0.5
component-forhttpapi-0.5-BETA-1.0.4-BETA

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.ForteScarlet.simple-robot-core</groupId>
    <artifactId>component-forhttpapi</artifactId>
    <version>1.2-1.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.ForteScarlet.simple-robot-core:component-forhttpapi:1.2-1.6.0'

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

implementation("io.github.ForteScarlet.simple-robot-core:component-forhttpapi:1.2-1.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.ForteScarlet.simple-robot-core" % "component-forhttpapi" % "1.2-1.6.0"