MVN

net.codingwell : scala-guice_2.12

Maven & Gradle

May 13, 2023
71 usages
333 stars

Scala Guice · Scala syntax for Guice

<dependency>
    <groupId>net.codingwell</groupId>
    <artifactId>scala-guice_2.12</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.codingwell : scala-guice_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of net.codingwell : scala-guice_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • scala-guice_2.12-7.0.0

    May 13, 2023
  • scala-guice_2.12-6.0.0

    May 13, 2023
  • scala-guice_2.12-5.1.1

    Mar 12, 2023
  • scala-guice_2.12-5.1.0

    May 26, 2022
  • scala-guice_2.12-5.0.2

    Sep 18, 2021
  • scala-guice_2.12-5.0.1

    May 22, 2021
  • scala-guice_2.12-5.0.0

    Mar 08, 2021
  • scala-guice_2.12-4.2.11

    Jul 12, 2020
  • scala-guice_2.12-4.2.10

    Jun 30, 2020
  • scala-guice_2.12-4.2.9

    Jun 25, 2020
  • scala-guice_2.12-4.2.8

    Jun 23, 2020
  • scala-guice_2.12-4.2.7

    May 28, 2020
  • scala-guice_2.12-4.2.6

    Jul 16, 2019
  • scala-guice_2.12-4.2.5

    Jun 22, 2019
  • scala-guice_2.12-4.2.4

    Jun 03, 2019
  • scala-guice_2.12-4.2.3

    Mar 03, 2019
  • scala-guice_2.12-4.2.2

    Dec 12, 2018
  • scala-guice_2.12-4.2.1

    May 28, 2018
  • scala-guice_2.12-4.2.0

    Mar 12, 2018
  • scala-guice_2.12-4.1.1

    Nov 15, 2017
  • scala-guice_2.12-4.1.0

    Nov 24, 2016

How to add a dependency to Maven

Add the following net.codingwell : scala-guice_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.codingwell</groupId>
    <artifactId>scala-guice_2.12</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.codingwell : scala-guice_2.12 gradle dependency to your build.gradle file:

implementation 'net.codingwell:scala-guice_2.12:6.0.0'

Gradle Kotlin DSL: Add the following net.codingwell : scala-guice_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.codingwell:scala-guice_2.12:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.codingwell : scala-guice_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.codingwell" % "scala-guice_2.12" % "6.0.0"

Advertisement