MVN

io.github.huerfano-jerson : archer-core

Maven & Gradle

Oct 28, 2018
4 usages

Some useful java classes.

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

Latest Version

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

  • Latest Stable: 1.0.12

All Versions

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

Version Vulnerabilities Updated
2.0.x
archer-core-2.0.2
archer-core-2.0.1
1.0.x
archer-core-1.0.12
archer-core-1.0.11
archer-core-1.0.9
archer-core-1.0.7
archer-core-1.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.huerfano-jerson</groupId>
    <artifactId>archer-core</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.huerfano-jerson:archer-core:1.0.12'

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

implementation("io.github.huerfano-jerson:archer-core:1.0.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.huerfano-jerson" % "archer-core" % "1.0.12"

Advertisement