MVN

io.autonomx : autonomx-core

Maven & Gradle

Jun 27, 2023
<dependency>
    <groupId>io.autonomx</groupId>
    <artifactId>autonomx-core</artifactId>
    <version>1.1.19.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.autonomx : autonomx-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.19.2

All Versions

Choose a version of io.autonomx : autonomx-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
autonomx-core-1.1.19.2
autonomx-core-1.1.19.1
autonomx-core-1.1.19
autonomx-core-1.1.18
autonomx-core-1.1.17
autonomx-core-1.1.16.1
autonomx-core-1.1.16
autonomx-core-1.1.15.7
autonomx-core-1.1.15.6
autonomx-core-1.1.15.5
autonomx-core-1.1.15.4
autonomx-core-1.1.15.3
autonomx-core-1.1.15.2
autonomx-core-1.1.15.1
autonomx-core-1.1.15
autonomx-core-1.1.14
autonomx-core-1.1.13
autonomx-core-1.1.12
autonomx-core-1.1.11
autonomx-core-1.1.10
autonomx-core-1.1.9.1
autonomx-core-1.1.9
autonomx-core-1.1.8
autonomx-core-1.1.7
autonomx-core-1.1.6
autonomx-core-1.1.5
autonomx-core-1.1.4
autonomx-core-1.1.3
autonomx-core-1.1.2
autonomx-core-1.1.1
autonomx-core-1.1.0
1.0.x
autonomx-core-1.0.9
autonomx-core-1.0.8
autonomx-core-1.0.7
autonomx-core-1.0.6
autonomx-core-1.0.5
autonomx-core-1.0.4
autonomx-core-1.0.3
autonomx-core-1.0.2
autonomx-core-1.0.1
autonomx-core-1.0.0
autonomx-core-1.0.0rc2
autonomx-core-1.0.0rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.autonomx</groupId>
    <artifactId>autonomx-core</artifactId>
    <version>1.1.19.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.autonomx : autonomx-core gradle dependency to your build.gradle file:

implementation 'io.autonomx:autonomx-core:1.1.19.2'

Gradle Kotlin DSL: Add the following io.autonomx : autonomx-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.autonomx:autonomx-core:1.1.19.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.autonomx : autonomx-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.autonomx" % "autonomx-core" % "1.1.19.2"

Advertisement