MVN

com.hairyfatguy : com_hfg

Maven & Gradle

Mar 10, 2023

com.hfg library · com.hfg xml, html, svg, and bioinformatics utility library

<dependency>
    <groupId>com.hairyfatguy</groupId>
    <artifactId>com_hfg</artifactId>
    <version>20230310</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hairyfatguy : com_hfg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20230310

All Versions

Choose a version of com.hairyfatguy : com_hfg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20230310
com_hfg-20230310
20230104
com_hfg-20230104
20220908
com_hfg-20220908
20220822
com_hfg-20220822
20220423
com_hfg-20220423
20220225
com_hfg-20220225
20210827
com_hfg-20210827
20200523
com_hfg-20200523
20191214
com_hfg-20191214
20190816
com_hfg-20190816
20190602
com_hfg-20190602
20190116
com_hfg-20190116
20181217
com_hfg-20181217
20181103
com_hfg-20181103
20180428
com_hfg-20180428
20180125
com_hfg-20180125
20180117
com_hfg-20180117

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hairyfatguy</groupId>
    <artifactId>com_hfg</artifactId>
    <version>20230310</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hairyfatguy : com_hfg gradle dependency to your build.gradle file:

implementation 'com.hairyfatguy:com_hfg:20230310'

Gradle Kotlin DSL: Add the following com.hairyfatguy : com_hfg gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hairyfatguy:com_hfg:20230310")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hairyfatguy : com_hfg sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hairyfatguy" % "com_hfg" % "20230310"