MVN

edu.byu.hbll : misc

Maven & Gradle

Mar 28, 2022
10 usages

Miscellaneous utilities · Miscellaneous utilities that do not generally fit in a separate standalone library.

<dependency>
    <groupId>edu.byu.hbll</groupId>
    <artifactId>misc</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.byu.hbll : misc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of edu.byu.hbll : misc to add to Maven or Gradle - All Versions:

  • Version Updated
  • misc-1.4.1

    Mar 28, 2022
  • misc-1.4.0

    Feb 10, 2021
  • misc-1.3.1

    Jan 20, 2020
  • misc-1.3.0

    Jan 02, 2020
  • misc-1.2.0

    Sep 17, 2018
  • misc-1.1.0

    Jul 27, 2018
  • misc-1.0.3

    Jan 27, 2018
  • misc-1.0.2

    Aug 22, 2017
  • misc-1.0.1

    Apr 05, 2017

How to add a dependency to Maven

Add the following edu.byu.hbll : misc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.byu.hbll</groupId>
    <artifactId>misc</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.byu.hbll : misc gradle dependency to your build.gradle file:

implementation 'edu.byu.hbll:misc:1.4.1'

Gradle Kotlin DSL: Add the following edu.byu.hbll : misc gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.byu.hbll:misc:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.byu.hbll : misc sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.byu.hbll" % "misc" % "1.4.1"