MVN

org.lrng.binding : html_sjs1_2.13

Maven & Gradle

Jan 22, 2021
2 usages
28 stars

html · html

<dependency>
    <groupId>org.lrng.binding</groupId>
    <artifactId>html_sjs1_2.13</artifactId>
    <version>1.0.3+56-51cfb24a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lrng.binding : html_sjs1_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3+56-51cfb24a

All Versions

Choose a version of org.lrng.binding : html_sjs1_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
html_sjs1_2.13-1.0.3
html_sjs1_2.13-1.0.3+56-51cfb24a
html_sjs1_2.13-1.0.3+54-f98df93d
html_sjs1_2.13-1.0.3+42-c77b105c
html_sjs1_2.13-1.0.3+9-7d1ef722
html_sjs1_2.13-1.0.3+6-55950506
html_sjs1_2.13-1.0.3+4-342ee727
html_sjs1_2.13-1.0.3+2-89945145
html_sjs1_2.13-1.0.2+122-86ab9c2f
html_sjs1_2.13-1.0.2+118-73849ac3
html_sjs1_2.13-1.0.2+115-e1deda5f

How to add a dependency to Maven

Add the following org.lrng.binding : html_sjs1_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lrng.binding</groupId>
    <artifactId>html_sjs1_2.13</artifactId>
    <version>1.0.3+56-51cfb24a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lrng.binding : html_sjs1_2.13 gradle dependency to your build.gradle file:

implementation 'org.lrng.binding:html_sjs1_2.13:1.0.3+56-51cfb24a'

Gradle Kotlin DSL: Add the following org.lrng.binding : html_sjs1_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lrng.binding:html_sjs1_2.13:1.0.3+56-51cfb24a")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lrng.binding : html_sjs1_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lrng.binding" % "html_sjs1_2.13" % "1.0.3+56-51cfb24a"