MVN

xyz.opcal.xena : xena-autoconfigure

Maven & Gradle

Sep 20, 2022

xena-autoconfigure · autoconfigure project

<dependency>
    <groupId>xyz.opcal.xena</groupId>
    <artifactId>xena-autoconfigure</artifactId>
    <version>1.26.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.opcal.xena : xena-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.26.7

All Versions

Choose a version of xyz.opcal.xena : xena-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.27.x
xena-autoconfigure-1.27.2
xena-autoconfigure-1.27.1
xena-autoconfigure-1.27.0
1.26.x
xena-autoconfigure-1.26.7
xena-autoconfigure-1.26.6
xena-autoconfigure-1.26.5
xena-autoconfigure-1.26.4
xena-autoconfigure-1.26.3
xena-autoconfigure-1.26.2
xena-autoconfigure-1.26.1
xena-autoconfigure-1.26.0
1.25.x
xena-autoconfigure-1.25.4
xena-autoconfigure-1.25.3
xena-autoconfigure-1.25.2
xena-autoconfigure-1.25.1
xena-autoconfigure-1.25.0
1.24.x
xena-autoconfigure-1.24.0

How to add a dependency to Maven

Add the following xyz.opcal.xena : xena-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.opcal.xena</groupId>
    <artifactId>xena-autoconfigure</artifactId>
    <version>1.26.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.opcal.xena : xena-autoconfigure gradle dependency to your build.gradle file:

implementation 'xyz.opcal.xena:xena-autoconfigure:1.26.7'

Gradle Kotlin DSL: Add the following xyz.opcal.xena : xena-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.opcal.xena:xena-autoconfigure:1.26.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.opcal.xena : xena-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.opcal.xena" % "xena-autoconfigure" % "1.26.7"