MVN

jblanket : jblanket

Maven & Gradle

Sep 20, 2005

JBlanket

<dependency>
    <groupId>jblanket</groupId>
    <artifactId>jblanket</artifactId>
    <version>4.3.0402</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jblanket : jblanket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0402

All Versions

Choose a version of jblanket : jblanket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
jblanket-4.3.0402

How to add a dependency to Maven

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

<dependency>
    <groupId>jblanket</groupId>
    <artifactId>jblanket</artifactId>
    <version>4.3.0402</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jblanket : jblanket gradle dependency to your build.gradle file:

implementation 'jblanket:jblanket:4.3.0402'

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

implementation("jblanket:jblanket:4.3.0402")

How to add a dependency to SBT Scala

SBT Scala: Add the following jblanket : jblanket sbt scala dependency to your build.sbt file:

libraryDependencies += "jblanket" % "jblanket" % "4.3.0402"

Advertisement