MVN

name.remal : common

Maven & Gradle

Jan 04, 2018
2 usages

Java & Kotlin tools: common · Java & Kotlin tools: common

<dependency>
    <groupId>name.remal</groupId>
    <artifactId>common</artifactId>
    <version>0.24.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.remal : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.24.3

All Versions

Choose a version of name.remal : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.24.x
common-0.24.3
0.23.x
common-0.23.0
0.20.x
common-0.20.2
0.19.x
common-0.19.2
common-0.19.1
0.18.x
common-0.18.1
0.12.x
common-0.12.4
common-0.12.3
common-0.12.2
common-0.12.1
0.11.x
common-0.11.0
0.9.x
common-0.9.1
0.6.x
common-0.6.1

How to add a dependency to Maven

Add the following name.remal : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>name.remal</groupId>
    <artifactId>common</artifactId>
    <version>0.24.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following name.remal : common gradle dependency to your build.gradle file:

implementation 'name.remal:common:0.24.3'

Gradle Kotlin DSL: Add the following name.remal : common gradle kotlin dependency to your build.gradle.kts file:

implementation("name.remal:common:0.24.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following name.remal : common sbt scala dependency to your build.sbt file:

libraryDependencies += "name.remal" % "common" % "0.24.3"

Advertisement