MVN

com.malliina : util-html_sjs1_2.13

Maven & Gradle

Aug 08, 2022

util-html · util-html

<dependency>
    <groupId>com.malliina</groupId>
    <artifactId>util-html_sjs1_2.13</artifactId>
    <version>6.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.malliina : util-html_sjs1_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.3

All Versions

Choose a version of com.malliina : util-html_sjs1_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
util-html_sjs1_2.13-6.2.3
util-html_sjs1_2.13-6.2.2
util-html_sjs1_2.13-6.2.1
util-html_sjs1_2.13-6.2.0
6.1.x
util-html_sjs1_2.13-6.1.5
util-html_sjs1_2.13-6.1.0
6.0.x
util-html_sjs1_2.13-6.0.5
util-html_sjs1_2.13-6.0.4
util-html_sjs1_2.13-6.0.3
util-html_sjs1_2.13-6.0.2
util-html_sjs1_2.13-6.0.1
util-html_sjs1_2.13-6.0.0
5.13.x
util-html_sjs1_2.13-5.13.0
5.12.x
util-html_sjs1_2.13-5.12.2
util-html_sjs1_2.13-5.12.0
5.11.x
util-html_sjs1_2.13-5.11.3
util-html_sjs1_2.13-5.11.0
5.5.x
util-html_sjs1_2.13-5.5.0

How to add a dependency to Maven

Add the following com.malliina : util-html_sjs1_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.malliina</groupId>
    <artifactId>util-html_sjs1_2.13</artifactId>
    <version>6.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.malliina : util-html_sjs1_2.13 gradle dependency to your build.gradle file:

implementation 'com.malliina:util-html_sjs1_2.13:6.2.3'

Gradle Kotlin DSL: Add the following com.malliina : util-html_sjs1_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.malliina:util-html_sjs1_2.13:6.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.malliina : util-html_sjs1_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.malliina" % "util-html_sjs1_2.13" % "6.2.3"

Advertisement