MVN

br.com.objectos : strings

Maven & Gradle

Apr 06, 2016
24 usages

objectos :: strings · A very small Java8 String utility library.

<dependency>
    <groupId>br.com.objectos</groupId>
    <artifactId>strings</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.objectos : strings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of br.com.objectos : strings to add to Maven or Gradle - All Versions:

  • Version Updated
  • strings-0.3.0

    Apr 05, 2016
  • strings-0.2.1

    Mar 31, 2016
  • strings-0.2.0

    Mar 31, 2016
  • strings-0.1.1

    Oct 16, 2015
  • strings-0.1.0

    Oct 12, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>br.com.objectos</groupId>
    <artifactId>strings</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.objectos : strings gradle dependency to your build.gradle file:

implementation 'br.com.objectos:strings:0.3.0'

Gradle Kotlin DSL: Add the following br.com.objectos : strings gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.objectos:strings:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.objectos : strings sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.objectos" % "strings" % "0.3.0"