MVN

org.bitbucket.pshirshov.izumitk : commons-model_2.11

Maven & Gradle

Dec 11, 2017
15 usages

commons-model · commons-model

<dependency>
    <groupId>org.bitbucket.pshirshov.izumitk</groupId>
    <artifactId>commons-model_2.11</artifactId>
    <version>1.2.109</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.pshirshov.izumitk : commons-model_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.109

All Versions

Choose a version of org.bitbucket.pshirshov.izumitk : commons-model_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
commons-model_2.11-1.2.109
commons-model_2.11-1.2.108
commons-model_2.11-1.2.107
commons-model_2.11-1.2.106
commons-model_2.11-1.2.105
commons-model_2.11-1.2.104
commons-model_2.11-1.2.101
commons-model_2.11-1.2.99
commons-model_2.11-1.2.98
commons-model_2.11-1.2.96
commons-model_2.11-1.2.93
commons-model_2.11-1.2.92
commons-model_2.11-1.2.91
commons-model_2.11-1.2.90
commons-model_2.11-1.2.89
commons-model_2.11-1.2.88.1
commons-model_2.11-1.2.88
commons-model_2.11-1.2.86
commons-model_2.11-1.2.85
commons-model_2.11-1.2.84
commons-model_2.11-1.2.83
commons-model_2.11-1.2.82
commons-model_2.11-1.2.81
commons-model_2.11-1.2.78
commons-model_2.11-1.2.77
commons-model_2.11-1.2.76
commons-model_2.11-1.2.75
commons-model_2.11-1.2.74
commons-model_2.11-1.2.73
commons-model_2.11-1.2.72
commons-model_2.11-1.2.71
commons-model_2.11-1.2.70
commons-model_2.11-1.2.69
commons-model_2.11-1.2.68
commons-model_2.11-1.2.67
commons-model_2.11-1.2.66
commons-model_2.11-1.2.64
commons-model_2.11-1.2.63
commons-model_2.11-1.2.62
commons-model_2.11-1.2.60
commons-model_2.11-1.2.59
commons-model_2.11-1.2.58
commons-model_2.11-1.2.57
commons-model_2.11-1.2.55
commons-model_2.11-1.2.54
commons-model_2.11-1.2.53
commons-model_2.11-1.2.52
commons-model_2.11-1.2.51
commons-model_2.11-1.2.50
commons-model_2.11-1.2.49

How to add a dependency to Maven

Add the following org.bitbucket.pshirshov.izumitk : commons-model_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.pshirshov.izumitk</groupId>
    <artifactId>commons-model_2.11</artifactId>
    <version>1.2.109</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.pshirshov.izumitk : commons-model_2.11 gradle dependency to your build.gradle file:

implementation 'org.bitbucket.pshirshov.izumitk:commons-model_2.11:1.2.109'

Gradle Kotlin DSL: Add the following org.bitbucket.pshirshov.izumitk : commons-model_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.pshirshov.izumitk:commons-model_2.11:1.2.109")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.pshirshov.izumitk : commons-model_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.pshirshov.izumitk" % "commons-model_2.11" % "1.2.109"

Advertisement