MVN

io.accur8 : a8-locus_3

Maven & Gradle

Jun 06, 2023
0 stars

a8-locus · a8-locus

<dependency>
    <groupId>io.accur8</groupId>
    <artifactId>a8-locus_3</artifactId>
    <version>0.1.0-20230606_1345_main</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.accur8 : a8-locus_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-20230606_1345_main

All Versions

Choose a version of io.accur8 : a8-locus_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
a8-locus_3-0.1.0-20230606_1345_main
a8-locus_3-0.1.0-20230502_0740_glenziohttp
a8-locus_3-0.1.0-20230429_1924_glenziohttp
a8-locus_3-0.1.0-20230427_0904_glenziohttp
a8-locus_3-0.1.0-20230426_1858_glenziohttp
a8-locus_3-0.1.0-20230426_1354_glenziohttp
a8-locus_3-0.1.0-20230425_1929_glenziohttp
a8-locus_3-0.1.0-20230425_1128_glenziohttp

How to add a dependency to Maven

Add the following io.accur8 : a8-locus_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.accur8</groupId>
    <artifactId>a8-locus_3</artifactId>
    <version>0.1.0-20230606_1345_main</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.accur8 : a8-locus_3 gradle dependency to your build.gradle file:

implementation 'io.accur8:a8-locus_3:0.1.0-20230606_1345_main'

Gradle Kotlin DSL: Add the following io.accur8 : a8-locus_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.accur8:a8-locus_3:0.1.0-20230606_1345_main")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.accur8 : a8-locus_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.accur8" % "a8-locus_3" % "0.1.0-20230606_1345_main"

Advertisement