MVN

br.com.anteros : Anteros-IOT

Maven & Gradle

Aug 30, 2021
2 stars

Anteros IOT · Anteros IOT.

<dependency>
    <groupId>br.com.anteros</groupId>
    <artifactId>Anteros-IOT</artifactId>
    <version>1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.anteros : Anteros-IOT to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.16

All Versions

Choose a version of br.com.anteros : Anteros-IOT to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
Anteros-IOT-1.0.16
Anteros-IOT-1.0.14
Anteros-IOT-1.0.13
Anteros-IOT-1.0.12
Anteros-IOT-1.0.10
Anteros-IOT-1.0.9
Anteros-IOT-1.0.8
Anteros-IOT-1.0.6
Anteros-IOT-1.0.4
Anteros-IOT-1.0.3
Anteros-IOT-1.0.2
Anteros-IOT-1.0.0

How to add a dependency to Maven

Add the following br.com.anteros : Anteros-IOT maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.anteros</groupId>
    <artifactId>Anteros-IOT</artifactId>
    <version>1.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.anteros : Anteros-IOT gradle dependency to your build.gradle file:

implementation 'br.com.anteros:Anteros-IOT:1.0.16'

Gradle Kotlin DSL: Add the following br.com.anteros : Anteros-IOT gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.anteros:Anteros-IOT:1.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.anteros : Anteros-IOT sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.anteros" % "Anteros-IOT" % "1.0.16"