MVN

com.cesarvaliente.random_string_generator : library

Maven & Gradle

Jun 22, 2021
0 stars

library · Library randon-strings publication

<dependency>
    <groupId>com.cesarvaliente.random_string_generator</groupId>
    <artifactId>library</artifactId>
    <version>0.0.5-a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cesarvaliente.random_string_generator : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5-a

All Versions

Choose a version of com.cesarvaliente.random_string_generator : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
library-0.0.5-a
library-0.0.4-d
library-0.0.4-b
library-0.0.4-a

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cesarvaliente.random_string_generator</groupId>
    <artifactId>library</artifactId>
    <version>0.0.5-a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cesarvaliente.random_string_generator : library gradle dependency to your build.gradle file:

implementation 'com.cesarvaliente.random_string_generator:library:0.0.5-a'

Gradle Kotlin DSL: Add the following com.cesarvaliente.random_string_generator : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cesarvaliente.random_string_generator:library:0.0.5-a")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cesarvaliente.random_string_generator : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cesarvaliente.random_string_generator" % "library" % "0.0.5-a"

Advertisement