MVN

com.codecommit : shims_2.11

Maven & Gradle

Oct 23, 2019
4 usages
175 stars

shims · shims

<dependency>
    <groupId>com.codecommit</groupId>
    <artifactId>shims_2.11</artifactId>
    <version>2.1-1aafef6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1-1aafef6

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.codecommit</groupId>
    <artifactId>shims_2.11</artifactId>
    <version>2.1-1aafef6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.codecommit:shims_2.11:2.1-1aafef6'

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

implementation("com.codecommit:shims_2.11:2.1-1aafef6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.codecommit" % "shims_2.11" % "2.1-1aafef6"

Advertisement