MVN

net.abstractfactory.plum : plum-lib-view-html

Maven & Gradle

Oct 08, 2016
3 usages
<dependency>
    <groupId>net.abstractfactory.plum</groupId>
    <artifactId>plum-lib-view-html</artifactId>
    <version>0.3.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.abstractfactory.plum : plum-lib-view-html to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.21

All Versions

Choose a version of net.abstractfactory.plum : plum-lib-view-html to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
plum-lib-view-html-0.3.21
0.2.x
plum-lib-view-html-0.2.36
plum-lib-view-html-0.2.34
plum-lib-view-html-0.2.32
plum-lib-view-html-0.2.27
0.1.x
plum-lib-view-html-0.1.60
plum-lib-view-html-0.1.26

How to add a dependency to Maven

Add the following net.abstractfactory.plum : plum-lib-view-html maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.abstractfactory.plum</groupId>
    <artifactId>plum-lib-view-html</artifactId>
    <version>0.3.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.abstractfactory.plum : plum-lib-view-html gradle dependency to your build.gradle file:

implementation 'net.abstractfactory.plum:plum-lib-view-html:0.3.21'

Gradle Kotlin DSL: Add the following net.abstractfactory.plum : plum-lib-view-html gradle kotlin dependency to your build.gradle.kts file:

implementation("net.abstractfactory.plum:plum-lib-view-html:0.3.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.abstractfactory.plum : plum-lib-view-html sbt scala dependency to your build.sbt file:

libraryDependencies += "net.abstractfactory.plum" % "plum-lib-view-html" % "0.3.21"

Advertisement