MVN

com.github.manliogit : javatags

Maven & Gradle

Jun 03, 2019
4 stars

JavaTags is a small XML/HTML construction library for Java inspired by lihaoyi's ScalaTags. .

<dependency>
    <groupId>com.github.manliogit</groupId>
    <artifactId>javatags</artifactId>
    <version>0.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.manliogit : javatags to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.5

All Versions

Choose a version of com.github.manliogit : javatags to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
javatags-0.4.5
javatags-0.4.4
javatags-0.4.3
javatags-0.4.2
javatags-0.4.1
javatags-0.4.0
0.3.x
javatags-0.3.2
javatags-0.3.1
0.3
javatags-0.3
0.2
javatags-0.2
0.1
javatags-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.manliogit</groupId>
    <artifactId>javatags</artifactId>
    <version>0.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.manliogit : javatags gradle dependency to your build.gradle file:

implementation 'com.github.manliogit:javatags:0.4.5'

Gradle Kotlin DSL: Add the following com.github.manliogit : javatags gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.manliogit:javatags:0.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.manliogit : javatags sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.manliogit" % "javatags" % "0.4.5"

Advertisement