MVN

com.sporniket.core : sporniket-core-strings

Maven & Gradle

Nov 01, 2022
3 usages
0 stars

sporniket-core-strings · String manipulation library

<dependency>
    <groupId>com.sporniket.core</groupId>
    <artifactId>sporniket-core-strings</artifactId>
    <version>22.11.00</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 22.11.00

All Versions

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

Version Vulnerabilities Updated
22.11.x
sporniket-core-strings-22.11.00
22.09.x
sporniket-core-strings-22.09.01
sporniket-core-strings-22.09.00
19.04.x
sporniket-core-strings-19.04.00
19.02.x
sporniket-core-strings-19.02.00

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sporniket.core</groupId>
    <artifactId>sporniket-core-strings</artifactId>
    <version>22.11.00</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sporniket.core : sporniket-core-strings gradle dependency to your build.gradle file:

implementation 'com.sporniket.core:sporniket-core-strings:22.11.00'

Gradle Kotlin DSL: Add the following com.sporniket.core : sporniket-core-strings gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sporniket.core:sporniket-core-strings:22.11.00")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sporniket.core : sporniket-core-strings sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sporniket.core" % "sporniket-core-strings" % "22.11.00"

Advertisement