MVN

com.codecommit : shims_2.12

Maven & Gradle

Aug 10, 2020
6 usages
175 stars

shims · shims

<dependency>
    <groupId>com.codecommit</groupId>
    <artifactId>shims_2.12</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codecommit : shims_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.codecommit : shims_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
shims_2.12-2.2.0
2.1
shims_2.12-2.1-1aafef6
shims_2.12-2.1-5b1126a
2.1.x
shims_2.12-2.1.0
2.0.x
shims_2.12-2.0.0
2.0
shims_2.12-2.0-b07462c
shims_2.12-2.0-f7d011a
1.7.x
shims_2.12-1.7.0
1.6.x
shims_2.12-1.6.1
1.5.x
shims_2.12-1.5.0
1.5
shims_2.12-1.5-abcb3e0
1.4
shims_2.12-1.4-c449598
1.4.x
shims_2.12-1.4.0
1.3.x
shims_2.12-1.3.1
shims_2.12-1.3.0
1.2
shims_2.12-1.2-eb2cb6b
shims_2.12-1.2
1.2.x
shims_2.12-1.2.1
1.1
shims_2.12-1.1-9617f77
shims_2.12-1.1
1.0
shims_2.12-1.0
shims_2.12-1.0-3e9fa7b
shims_2.12-1.0-4442ecc
shims_2.12-1.0-0d50a58
shims_2.12-1.0-c65c248

How to add a dependency to Maven

Add the following com.codecommit : shims_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codecommit</groupId>
    <artifactId>shims_2.12</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codecommit : shims_2.12 gradle dependency to your build.gradle file:

implementation 'com.codecommit:shims_2.12:2.2.0'

Gradle Kotlin DSL: Add the following com.codecommit : shims_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codecommit:shims_2.12:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codecommit : shims_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codecommit" % "shims_2.12" % "2.2.0"