MVN

com.valaphee : sentencer

Maven & Gradle

Aug 30, 2020

Sentencer · Want to make your code cleaner? Then remove those stupid sentences and their formatting and put them in their own environment with Sentencer! Your sentences will appreciate that.

<dependency>
    <groupId>com.valaphee</groupId>
    <artifactId>sentencer</artifactId>
    <version>1.1.0T</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.valaphee : sentencer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0T

All Versions

Choose a version of com.valaphee : sentencer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sentencer-1.1.0
sentencer-1.1.0T
1.0.x
sentencer-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.valaphee</groupId>
    <artifactId>sentencer</artifactId>
    <version>1.1.0T</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.valaphee : sentencer gradle dependency to your build.gradle file:

implementation 'com.valaphee:sentencer:1.1.0T'

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

implementation("com.valaphee:sentencer:1.1.0T")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.valaphee : sentencer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.valaphee" % "sentencer" % "1.1.0T"

Advertisement