MVN

com.robypomper : utils

Maven & Gradle

May 11, 2019

Utils · This is a Java library that include all commons features required by John O.S. Platform Java projects.

<dependency>
    <groupId>com.robypomper</groupId>
    <artifactId>utils</artifactId>
    <version>alfa</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.robypomper : utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: alfa

All Versions

Choose a version of com.robypomper : utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
alfa
utils-alfa

How to add a dependency to Maven

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

<dependency>
    <groupId>com.robypomper</groupId>
    <artifactId>utils</artifactId>
    <version>alfa</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.robypomper : utils gradle dependency to your build.gradle file:

implementation 'com.robypomper:utils:alfa'

Gradle Kotlin DSL: Add the following com.robypomper : utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.robypomper:utils:alfa")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.robypomper : utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.robypomper" % "utils" % "alfa"

Advertisement