MVN

org.brunocvcunha.inutils4j : inutils4j

Maven & Gradle

Feb 14, 2018
8 usages
6 stars

Inutils4j · Utilities API for Java

<dependency>
    <groupId>org.brunocvcunha.inutils4j</groupId>
    <artifactId>inutils4j</artifactId>
    <version>0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.brunocvcunha.inutils4j : inutils4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8

All Versions

Choose a version of org.brunocvcunha.inutils4j : inutils4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
inutils4j-0.8
0.7
inutils4j-0.7
0.6
inutils4j-0.6
0.5
inutils4j-0.5
0.4
inutils4j-0.4
0.3
inutils4j-0.3
0.2
inutils4j-0.2
0.1
inutils4j-0.1

How to add a dependency to Maven

Add the following org.brunocvcunha.inutils4j : inutils4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.brunocvcunha.inutils4j</groupId>
    <artifactId>inutils4j</artifactId>
    <version>0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.brunocvcunha.inutils4j : inutils4j gradle dependency to your build.gradle file:

implementation 'org.brunocvcunha.inutils4j:inutils4j:0.8'

Gradle Kotlin DSL: Add the following org.brunocvcunha.inutils4j : inutils4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.brunocvcunha.inutils4j:inutils4j:0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.brunocvcunha.inutils4j : inutils4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.brunocvcunha.inutils4j" % "inutils4j" % "0.8"

Advertisement