MVN

com.xyzla : xyzla-common

Maven & Gradle

Aug 01, 2022
0 stars
<dependency>
    <groupId>com.xyzla</groupId>
    <artifactId>xyzla-common</artifactId>
    <version>1.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xyzla : xyzla-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.16

All Versions

Choose a version of com.xyzla : xyzla-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
xyzla-common-1.1.16
xyzla-common-1.1.15
xyzla-common-1.1.14
xyzla-common-1.1.12
xyzla-common-1.1.11
xyzla-common-1.1.9
xyzla-common-1.1.8
xyzla-common-1.1.7
xyzla-common-1.1.4
xyzla-common-1.1.3
xyzla-common-1.1.2
xyzla-common-1.1.1

How to add a dependency to Maven

Add the following com.xyzla : xyzla-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xyzla</groupId>
    <artifactId>xyzla-common</artifactId>
    <version>1.1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xyzla : xyzla-common gradle dependency to your build.gradle file:

implementation 'com.xyzla:xyzla-common:1.1.16'

Gradle Kotlin DSL: Add the following com.xyzla : xyzla-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xyzla:xyzla-common:1.1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xyzla : xyzla-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xyzla" % "xyzla-common" % "1.1.16"

Advertisement