MVN

xyz.greatapp : libs

Maven & Gradle

Nov 14, 2017
1 usages
0 stars

Great App XYZ Libs · Great App XYZ Libs

<dependency>
    <groupId>xyz.greatapp</groupId>
    <artifactId>libs</artifactId>
    <version>0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.greatapp : libs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.24

All Versions

Choose a version of xyz.greatapp : libs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
libs-0.0.24
libs-0.0.23
libs-0.0.22
libs-0.0.21
libs-0.0.20
libs-0.0.19
libs-0.0.17

How to add a dependency to Maven

Add the following xyz.greatapp : libs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.greatapp</groupId>
    <artifactId>libs</artifactId>
    <version>0.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.greatapp : libs gradle dependency to your build.gradle file:

implementation 'xyz.greatapp:libs:0.0.24'

Gradle Kotlin DSL: Add the following xyz.greatapp : libs gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.greatapp:libs:0.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.greatapp : libs sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.greatapp" % "libs" % "0.0.24"

Advertisement