MVN

io.bitbucket.5faces : common

Maven & Gradle

Apr 14, 2022
8 usages

common · Common for Five Faces

<dependency>
    <groupId>io.bitbucket.5faces</groupId>
    <artifactId>common</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitbucket.5faces : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of io.bitbucket.5faces : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
common-1.0.3
common-1.0.2
common-1.0.1
common-1.0.0
0.0.x
common-0.0.12
common-0.0.11
common-0.0.10
common-0.0.9
common-0.0.8
common-0.0.7
common-0.0.6
common-0.0.5
common-0.0.4
common-0.0.3
common-0.0.2
common-0.0.1

How to add a dependency to Maven

Add the following io.bitbucket.5faces : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bitbucket.5faces</groupId>
    <artifactId>common</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bitbucket.5faces : common gradle dependency to your build.gradle file:

implementation 'io.bitbucket.5faces:common:1.0.3'

Gradle Kotlin DSL: Add the following io.bitbucket.5faces : common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bitbucket.5faces:common:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bitbucket.5faces : common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bitbucket.5faces" % "common" % "1.0.3"

Advertisement