MVN

io.sundr.examples : arrays

Maven & Gradle

Jan 08, 2020

Sundrio :: Examples :: Arrays

<dependency>
    <groupId>io.sundr.examples</groupId>
    <artifactId>arrays</artifactId>
    <version>0.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sundr.examples : arrays to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21.0

All Versions

Choose a version of io.sundr.examples : arrays to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21.x
arrays-0.21.0
0.20.x
arrays-0.20.0
0.19.x
arrays-0.19.2
arrays-0.19.1
arrays-0.19.0
0.18.x
arrays-0.18.0
0.17.x
arrays-0.17.2
arrays-0.17.1
arrays-0.17.0
0.16.x
arrays-0.16.5
arrays-0.16.4
arrays-0.16.3
arrays-0.16.2
arrays-0.16.1
arrays-0.16.0
0.15.x
arrays-0.15.1
arrays-0.15.0
0.14.x
arrays-0.14.6
arrays-0.14.5
arrays-0.14.4
arrays-0.14.3
arrays-0.14.2
arrays-0.14.1
arrays-0.14.0
0.13.x
arrays-0.13.1
0.12.x
arrays-0.12.1
0.11.x
arrays-0.11.2
arrays-0.11.1
0.10.x
arrays-0.10.1
0.9.x
arrays-0.9.3
arrays-0.9.2

How to add a dependency to Maven

Add the following io.sundr.examples : arrays maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.sundr.examples</groupId>
    <artifactId>arrays</artifactId>
    <version>0.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.sundr.examples : arrays gradle dependency to your build.gradle file:

implementation 'io.sundr.examples:arrays:0.21.0'

Gradle Kotlin DSL: Add the following io.sundr.examples : arrays gradle kotlin dependency to your build.gradle.kts file:

implementation("io.sundr.examples:arrays:0.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.sundr.examples : arrays sbt scala dependency to your build.sbt file:

libraryDependencies += "io.sundr.examples" % "arrays" % "0.21.0"

Advertisement