MVN

com.avsystem.commons : commons-rest_2.11

Maven & Gradle

Dec 03, 2020
1 usages
75 stars

AVSystem commons · AVSystem commons library for Scala

<dependency>
    <groupId>com.avsystem.commons</groupId>
    <artifactId>commons-rest_2.11</artifactId>
    <version>1.48.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.avsystem.commons : commons-rest_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.48.2

All Versions

Choose a version of com.avsystem.commons : commons-rest_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • commons-rest_2.11-1.48.2

    Dec 03, 2020
  • commons-rest_2.11-1.48.1

    Nov 24, 2020
  • commons-rest_2.11-1.48.0

    Nov 20, 2020
  • commons-rest_2.11-1.47.4

    Nov 13, 2020
  • commons-rest_2.11-1.47.3

    Nov 04, 2020
  • commons-rest_2.11-1.47.2

    Oct 05, 2020
  • commons-rest_2.11-1.47.1

    Sep 14, 2020
  • commons-rest_2.11-1.47.0

    Sep 08, 2020
  • commons-rest_2.11-1.46.3

    Sep 04, 2020
  • commons-rest_2.11-1.46.2

    Jul 24, 2020
  • commons-rest_2.11-1.46.0

    Jun 23, 2020
  • commons-rest_2.11-1.45.0

    Jun 16, 2020
  • commons-rest_2.11-1.44.2

    Apr 24, 2020
  • commons-rest_2.11-1.44.1

    Apr 22, 2020
  • commons-rest_2.11-1.44.0

    Apr 22, 2020
  • commons-rest_2.11-1.43.0

    Mar 03, 2020
  • commons-rest_2.11-1.42.7

    Jan 24, 2020
  • commons-rest_2.11-1.42.5

    Dec 18, 2019
  • commons-rest_2.11-1.42.4

    Dec 10, 2019
  • commons-rest_2.11-1.42.3

    Nov 08, 2019
  • commons-rest_2.11-1.42.2

    Nov 01, 2019
  • commons-rest_2.11-1.42.1

    Oct 29, 2019
  • commons-rest_2.11-1.42.0

    Oct 16, 2019
  • commons-rest_2.11-1.41.0

    Oct 10, 2019
  • commons-rest_2.11-1.40.1

    Sep 30, 2019
  • commons-rest_2.11-1.40.0

    Sep 02, 2019
  • commons-rest_2.11-1.39.0

    Aug 08, 2019
  • commons-rest_2.11-1.38.0

    Aug 02, 2019
  • commons-rest_2.11-1.37.0

    Jul 11, 2019
  • commons-rest_2.11-1.36.0

    Jun 27, 2019
  • commons-rest_2.11-1.35.0

    Jun 25, 2019
  • commons-rest_2.11-1.34.21

    Jun 08, 2019
  • commons-rest_2.11-1.34.20

    May 30, 2019
  • commons-rest_2.11-1.34.19

    May 17, 2019
  • commons-rest_2.11-1.34.18

    May 11, 2019
  • commons-rest_2.11-1.34.17

    Apr 28, 2019
  • commons-rest_2.11-1.34.16

    Apr 01, 2019
  • commons-rest_2.11-1.34.15

    Apr 01, 2019
  • commons-rest_2.11-1.34.14

    Mar 29, 2019
  • commons-rest_2.11-1.34.13

    Mar 25, 2019
  • commons-rest_2.11-1.34.12

    Mar 19, 2019
  • commons-rest_2.11-1.34.11

    Mar 19, 2019
  • commons-rest_2.11-1.34.10

    Mar 14, 2019
  • commons-rest_2.11-1.34.9

    Feb 20, 2019
  • commons-rest_2.11-1.34.8

    Feb 01, 2019
  • commons-rest_2.11-1.34.7

    Jan 11, 2019
  • commons-rest_2.11-1.34.6

    Dec 18, 2018
  • commons-rest_2.11-1.34.5

    Dec 03, 2018
  • commons-rest_2.11-1.34.4

    Nov 21, 2018
  • commons-rest_2.11-1.34.3

    Nov 20, 2018
  • commons-rest_2.11-1.34.2

    Nov 14, 2018
  • commons-rest_2.11-1.34.1

    Nov 09, 2018
  • commons-rest_2.11-1.34.0

    Nov 06, 2018

How to add a dependency to Maven

Add the following com.avsystem.commons : commons-rest_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.avsystem.commons</groupId>
    <artifactId>commons-rest_2.11</artifactId>
    <version>1.48.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avsystem.commons : commons-rest_2.11 gradle dependency to your build.gradle file:

implementation 'com.avsystem.commons:commons-rest_2.11:1.48.2'

Gradle Kotlin DSL: Add the following com.avsystem.commons : commons-rest_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avsystem.commons:commons-rest_2.11:1.48.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avsystem.commons : commons-rest_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avsystem.commons" % "commons-rest_2.11" % "1.48.2"