MVN

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

Maven & Gradle

Feb 23, 2017
14 usages

commons-formats · commons-formats

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

Latest Version

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

  • Latest Stable: 1.2.48

All Versions

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

Version Vulnerabilities Updated
1.2.x
commons-formats_2.11-1.2.48
commons-formats_2.11-1.2.47
commons-formats_2.11-1.2.46
commons-formats_2.11-1.2.45
commons-formats_2.11-1.2.44
commons-formats_2.11-1.2.43
commons-formats_2.11-1.2.42
commons-formats_2.11-1.2.40
commons-formats_2.11-1.2.39
commons-formats_2.11-1.2.38
commons-formats_2.11-1.2.37
commons-formats_2.11-1.2.36
commons-formats_2.11-1.2.35
commons-formats_2.11-1.2.34
commons-formats_2.11-1.2.33
commons-formats_2.11-1.2.32
commons-formats_2.11-1.2.31
commons-formats_2.11-1.2.30
commons-formats_2.11-1.2.29
commons-formats_2.11-1.2.28
commons-formats_2.11-1.2.27
commons-formats_2.11-1.2.26
commons-formats_2.11-1.2.25
commons-formats_2.11-1.2.22
commons-formats_2.11-1.2.21
commons-formats_2.11-1.2.19
commons-formats_2.11-1.2.18
commons-formats_2.11-1.2.17
commons-formats_2.11-1.2.16
commons-formats_2.11-1.2.15
commons-formats_2.11-1.2.14
commons-formats_2.11-1.2.11
commons-formats_2.11-1.2.10
commons-formats_2.11-1.2.8
commons-formats_2.11-1.2.7
commons-formats_2.11-1.2.6
commons-formats_2.11-1.2.5
commons-formats_2.11-1.2.4
commons-formats_2.11-1.2.3
commons-formats_2.11-1.2.2
commons-formats_2.11-1.2.1
commons-formats_2.11-1.2.0
1.1.x
commons-formats_2.11-1.1.22
commons-formats_2.11-1.1.21
commons-formats_2.11-1.1.20
commons-formats_2.11-1.1.19
commons-formats_2.11-1.1.18
commons-formats_2.11-1.1.17
commons-formats_2.11-1.1.16
commons-formats_2.11-1.1.15
commons-formats_2.11-1.1.14
commons-formats_2.11-1.1.13
commons-formats_2.11-1.1.12
commons-formats_2.11-1.1.11
commons-formats_2.11-1.1.10
commons-formats_2.11-1.1.9
commons-formats_2.11-1.1.8
commons-formats_2.11-1.1.7
commons-formats_2.11-1.1.6
commons-formats_2.11-1.1.5
commons-formats_2.11-1.1.4
commons-formats_2.11-1.1.3
commons-formats_2.11-1.1.2
commons-formats_2.11-1.1.1
commons-formats_2.11-1.1.0
1.0.x
commons-formats_2.11-1.0.18
commons-formats_2.11-1.0.17
commons-formats_2.11-1.0.16
commons-formats_2.11-1.0.15
commons-formats_2.11-1.0.14
commons-formats_2.11-1.0.13
commons-formats_2.11-1.0.12
commons-formats_2.11-1.0.11
commons-formats_2.11-1.0.10
commons-formats_2.11-1.0.8
commons-formats_2.11-1.0.7
commons-formats_2.11-1.0.6
commons-formats_2.11-1.0.5
commons-formats_2.11-1.0.4
commons-formats_2.11-1.0.3

How to add a dependency to Maven

Add the following org.bitbucket.pshirshov.izumitk : commons-formats_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-formats_2.11</artifactId>
    <version>1.2.48</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bitbucket.pshirshov.izumitk:commons-formats_2.11:1.2.48'

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

implementation("org.bitbucket.pshirshov.izumitk:commons-formats_2.11:1.2.48")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bitbucket.pshirshov.izumitk" % "commons-formats_2.11" % "1.2.48"

Advertisement