MVN

lt.dvim.authors : authors-cli_2.12

Maven & Gradle

May 16, 2021
10 stars

authors-cli · authors-cli

<dependency>
    <groupId>lt.dvim.authors</groupId>
    <artifactId>authors-cli_2.12</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of lt.dvim.authors : authors-cli_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of lt.dvim.authors : authors-cli_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
authors-cli_2.12-1.3
1.2
authors-cli_2.12-1.2
1.2+100
authors-cli_2.12-1.2+100-57ce4401
1.2+98
authors-cli_2.12-1.2+98-46c227f7
1.2+90
authors-cli_2.12-1.2+90-37a73079
1.2+86
authors-cli_2.12-1.2+86-bc683890
1.2+84
authors-cli_2.12-1.2+84-64821e06
1.2+82
authors-cli_2.12-1.2+82-b89bc762
1.2+80
authors-cli_2.12-1.2+80-d6f1455c
1.2+78
authors-cli_2.12-1.2+78-93ccdb73
1.2+76
authors-cli_2.12-1.2+76-3def24e6
1.2+74
authors-cli_2.12-1.2+74-12c87e7c
1.2+68
authors-cli_2.12-1.2+68-19e76262
1.2+60
authors-cli_2.12-1.2+60-0ed5f156
1.2+58
authors-cli_2.12-1.2+58-b0a966e0
1.2+56
authors-cli_2.12-1.2+56-1493f4a0
1.2+54
authors-cli_2.12-1.2+54-73f3e5af
1.2+52
authors-cli_2.12-1.2+52-9843ebaf
1.2+32
authors-cli_2.12-1.2+32-ea8db197
1.2+30
authors-cli_2.12-1.2+30-95f1a0b0
1.2+20
authors-cli_2.12-1.2+20-dc027966
1.2+14
authors-cli_2.12-1.2+14-91486aba
1.2+12
authors-cli_2.12-1.2+12-1a5d8493
1.2+10
authors-cli_2.12-1.2+10-32acf155
1.2+8
authors-cli_2.12-1.2+8-665a6c63
1.2+6
authors-cli_2.12-1.2+6-ce3a57e9
1.2+5
authors-cli_2.12-1.2+5-04888d20
1.2+4
authors-cli_2.12-1.2+4-c24bbd14
0.0.x
authors-cli_2.12-0.0.0+104-80cf8ae4
authors-cli_2.12-0.0.0+104-9feab23c
authors-cli_2.12-0.0.0+105-e27589d5
authors-cli_2.12-0.0.0+105-858db471
authors-cli_2.12-0.0.0+105-cc8a5c57
authors-cli_2.12-0.0.0+105-8f1a6913
authors-cli_2.12-0.0.0+105-9865c3f1
authors-cli_2.12-0.0.0+105-67bf2eff
authors-cli_2.12-0.0.0+105-31a0619c
authors-cli_2.12-0.0.0+101-1934668b
authors-cli_2.12-0.0.0+103-57837a84
authors-cli_2.12-0.0.0+103-165ccfe4
authors-cli_2.12-0.0.0+102-8c4e03e1
authors-cli_2.12-0.0.0+101-9de31723

How to add a dependency to Maven

Add the following lt.dvim.authors : authors-cli_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>lt.dvim.authors</groupId>
    <artifactId>authors-cli_2.12</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following lt.dvim.authors : authors-cli_2.12 gradle dependency to your build.gradle file:

implementation 'lt.dvim.authors:authors-cli_2.12:1.3'

Gradle Kotlin DSL: Add the following lt.dvim.authors : authors-cli_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("lt.dvim.authors:authors-cli_2.12:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following lt.dvim.authors : authors-cli_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "lt.dvim.authors" % "authors-cli_2.12" % "1.3"