MVN

com.devonfw.cobigen : htmlplugin

Maven & Gradle

Jan 20, 2022
34 stars

CobiGen - HTML Plug-in · A Code-based incremental Generator

<dependency>
    <groupId>com.devonfw.cobigen</groupId>
    <artifactId>htmlplugin</artifactId>
    <version>2021.12.006</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.devonfw.cobigen : htmlplugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.12.006

All Versions

Choose a version of com.devonfw.cobigen : htmlplugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.12.x
htmlplugin-2021.12.006
htmlplugin-2021.12.005
htmlplugin-2021.12.004
htmlplugin-2021.12.003
htmlplugin-2021.12.002
htmlplugin-2021.12.001
2021.08.x
htmlplugin-2021.08.002
htmlplugin-2021.08.001
7.0.x
htmlplugin-7.0.0
2.1.x
htmlplugin-2.1.0
2.0.x
htmlplugin-2.0.1
htmlplugin-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.devonfw.cobigen</groupId>
    <artifactId>htmlplugin</artifactId>
    <version>2021.12.006</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.devonfw.cobigen : htmlplugin gradle dependency to your build.gradle file:

implementation 'com.devonfw.cobigen:htmlplugin:2021.12.006'

Gradle Kotlin DSL: Add the following com.devonfw.cobigen : htmlplugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.devonfw.cobigen:htmlplugin:2021.12.006")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.devonfw.cobigen : htmlplugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.devonfw.cobigen" % "htmlplugin" % "2021.12.006"

Advertisement