MVN

com.uber.artist : artist

Maven & Gradle

Jul 27, 2023
209 stars

artist · A Gradle plugin that generates a base set of Views

<dependency>
    <groupId>com.uber.artist</groupId>
    <artifactId>artist</artifactId>
    <version>0.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uber.artist : artist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.9

All Versions

Choose a version of com.uber.artist : artist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
artist-0.4.9
artist-0.4.8
artist-0.4.7
artist-0.4.6
artist-0.4.5
artist-0.4.0
0.3.x
artist-0.3.0
0.2.x
artist-0.2.2
artist-0.2.1
artist-0.2.0
0.1.x
artist-0.1.0
0.0.x
artist-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.uber.artist</groupId>
    <artifactId>artist</artifactId>
    <version>0.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.uber.artist : artist gradle dependency to your build.gradle file:

implementation 'com.uber.artist:artist:0.4.9'

Gradle Kotlin DSL: Add the following com.uber.artist : artist gradle kotlin dependency to your build.gradle.kts file:

implementation("com.uber.artist:artist:0.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.uber.artist : artist sbt scala dependency to your build.sbt file:

libraryDependencies += "com.uber.artist" % "artist" % "0.4.9"

Advertisement