MVN

org.danilopianini : listset

Maven & Gradle

Dec 07, 2020
1 usages
0 stars

listset · No description provided

<dependency>
    <groupId>org.danilopianini</groupId>
    <artifactId>listset</artifactId>
    <version>0.3.8-dev14+8884783</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.danilopianini : listset to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.8-dev14+8884783

All Versions

Choose a version of org.danilopianini : listset to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
listset-0.3.9
listset-0.3.8-dev14+8884783
listset-0.3.8-dev14+77ef257
listset-0.3.8-dev13+922b069
listset-0.3.8-dev13+64928ed
listset-0.3.8-dev11+9d4b160
listset-0.3.8-dev11+72cd6e5
listset-0.3.8
listset-0.3.7
listset-0.3.6
listset-0.3.5
listset-0.3.4
listset-0.3.3
listset-0.3.2
listset-0.3.1
listset-0.3.0-dev01+c2281475a5
listset-0.3.0-dev01+5cff3892ca
listset-0.3.0-dev00+416289a9a2
listset-0.3.0
0.2.x
listset-0.2.5
listset-0.2.4
listset-0.2.3
listset-0.2.2
listset-0.2.1
listset-0.2.0
0.1.x
listset-0.1.0

How to add a dependency to Maven

Add the following org.danilopianini : listset maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.danilopianini</groupId>
    <artifactId>listset</artifactId>
    <version>0.3.8-dev14+8884783</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.danilopianini : listset gradle dependency to your build.gradle file:

implementation 'org.danilopianini:listset:0.3.8-dev14+8884783'

Gradle Kotlin DSL: Add the following org.danilopianini : listset gradle kotlin dependency to your build.gradle.kts file:

implementation("org.danilopianini:listset:0.3.8-dev14+8884783")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.danilopianini : listset sbt scala dependency to your build.sbt file:

libraryDependencies += "org.danilopianini" % "listset" % "0.3.8-dev14+8884783"

Advertisement