MVN

io.github.huerfano-jerson : archer-smart

Maven & Gradle

Oct 19, 2018

Archetype - archer-smart

<dependency>
    <groupId>io.github.huerfano-jerson</groupId>
    <artifactId>archer-smart</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.huerfano-jerson : archer-smart to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of io.github.huerfano-jerson : archer-smart to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
archer-smart-2.0.2
archer-smart-2.0.1

How to add a dependency to Maven

Add the following io.github.huerfano-jerson : archer-smart maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.huerfano-jerson</groupId>
    <artifactId>archer-smart</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.huerfano-jerson : archer-smart gradle dependency to your build.gradle file:

implementation 'io.github.huerfano-jerson:archer-smart:2.0.2'

Gradle Kotlin DSL: Add the following io.github.huerfano-jerson : archer-smart gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.huerfano-jerson:archer-smart:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.huerfano-jerson : archer-smart sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.huerfano-jerson" % "archer-smart" % "2.0.2"