MVN

org.organicdesign : Paguro

Maven & Gradle

May 09, 2022
8 usages

Paguro · Immutable Clojure collections and a Transformation abstraction for Java 8+, immutably, type-safely, and with good performance.

<dependency>
    <groupId>org.organicdesign</groupId>
    <artifactId>Paguro</artifactId>
    <version>3.10.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.organicdesign : Paguro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.10.3
  • Latest Beta: 3.0.12-BETA
  • Latest Alpha: 3.1.0-ALPHA

All Versions

Choose a version of org.organicdesign : Paguro to add to Maven or Gradle - All Versions:

  • Version Updated
  • Paguro-3.10.3

    May 09, 2022
  • Paguro-3.10.2

    May 09, 2022
  • Paguro-3.10.1

    Mar 18, 2022
  • Paguro-3.10.0

    Jan 21, 2022
  • Paguro-3.9.0

    Jan 11, 2022
  • Paguro-3.8.0

    Dec 28, 2021
  • Paguro-3.7.2

    Dec 24, 2021
  • Paguro-3.7.1

    Dec 20, 2021
  • Paguro-3.7.0

    Dec 19, 2021
  • Paguro-3.6.0

    Oct 09, 2021
  • Paguro-3.5.10

    Sep 21, 2021
  • Paguro-3.5.9

    Dec 07, 2020
  • Paguro-3.5.8

    Oct 06, 2020
  • Paguro-3.5.7

    Oct 06, 2020
  • Paguro-3.2.0

    Jul 05, 2020
  • Paguro-3.1.4

    Jul 05, 2020
  • Paguro-3.1.2

    Jan 18, 2019
  • Paguro-3.1.0

    Aug 13, 2018
  • Paguro-3.0.19

    Jun 15, 2018
  • Paguro-3.0.18

    Mar 06, 2018
  • Paguro-3.0.17

    Oct 29, 2017
  • Paguro-3.1.0-ALPHA

    Sep 19, 2017
  • Paguro-3.0.16

    Sep 15, 2017
  • Paguro-3.0.15

    Sep 13, 2017
  • Paguro-3.0.14

    Sep 11, 2017
  • Paguro-3.0.12-BETA

    Sep 10, 2017
  • Paguro-3.0.4-ALPHA

    Jun 20, 2017
  • Paguro-3.0.1-ALPHA

    Jun 09, 2017
  • Paguro-3.0.0-ALPHA

    May 31, 2017
  • Paguro-2.1.1

    May 04, 2017
  • Paguro-2.1.0

    Apr 23, 2017
  • Paguro-2.0.20

    Jan 16, 2017
  • Paguro-2.0.19

    Jan 13, 2017
  • Paguro-2.0.18

    Jan 13, 2017
  • Paguro-2.0.17

    Jan 13, 2017
  • Paguro-2.0.16

    Jan 09, 2017
  • Paguro-2.0.15

    Nov 14, 2016
  • Paguro-2.0.14

    Nov 13, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>org.organicdesign</groupId>
    <artifactId>Paguro</artifactId>
    <version>3.10.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.organicdesign : Paguro gradle dependency to your build.gradle file:

implementation 'org.organicdesign:Paguro:3.10.3'

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

implementation("org.organicdesign:Paguro:3.10.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.organicdesign : Paguro sbt scala dependency to your build.sbt file:

libraryDependencies += "org.organicdesign" % "Paguro" % "3.10.3"