MVN

io.gitlab.mhammons : api_3

Maven & Gradle

Feb 22, 2022
2 usages

api_3 · Slinc-ffi-api

<dependency>
    <groupId>io.gitlab.mhammons</groupId>
    <artifactId>api_3</artifactId>
    <version>0.0.0-20-d39ce5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitlab.mhammons : api_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0-20-d39ce5

All Versions

Choose a version of io.gitlab.mhammons : api_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
api_3-0.0.0-20-d39ce5
api_3-0.0.0-20-cb8763
api_3-0.0.0-19-57dc85
api_3-0.0.0-18-d674e1
api_3-0.0.0-17-5b848c
api_3-0.0.0-15-fcfd72
api_3-0.0.0-14-b3b1be
api_3-0.0.0-11-5746f7

How to add a dependency to Maven

Add the following io.gitlab.mhammons : api_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitlab.mhammons</groupId>
    <artifactId>api_3</artifactId>
    <version>0.0.0-20-d39ce5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitlab.mhammons : api_3 gradle dependency to your build.gradle file:

implementation 'io.gitlab.mhammons:api_3:0.0.0-20-d39ce5'

Gradle Kotlin DSL: Add the following io.gitlab.mhammons : api_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitlab.mhammons:api_3:0.0.0-20-d39ce5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitlab.mhammons : api_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitlab.mhammons" % "api_3" % "0.0.0-20-d39ce5"

Advertisement