MVN

org.yarnandtail : andhow-core

Maven & Gradle

Oct 11, 2022
23 stars

AndHow Core · Simple typed and validated configuration loading for web apps, command line or any environment application.

<dependency>
    <groupId>org.yarnandtail</groupId>
    <artifactId>andhow-core</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.yarnandtail : andhow-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0
  • Latest Release Candidate: 0.4.2-rc5

All Versions

Choose a version of org.yarnandtail : andhow-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
andhow-core-1.5.0
0.4.x
andhow-core-0.4.2
andhow-core-0.4.2-rc5
andhow-core-0.4.2-rc4
andhow-core-0.4.2-rc3
andhow-core-0.4.2-rc2
andhow-core-0.4.1.1
andhow-core-0.4.1
andhow-core-0.4.0
andhow-core-0.4.0-RC7
andhow-core-0.4.0-RC6
andhow-core-0.4.0-RC5

How to add a dependency to Maven

Add the following org.yarnandtail : andhow-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.yarnandtail</groupId>
    <artifactId>andhow-core</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.yarnandtail : andhow-core gradle dependency to your build.gradle file:

implementation 'org.yarnandtail:andhow-core:1.5.0'

Gradle Kotlin DSL: Add the following org.yarnandtail : andhow-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.yarnandtail:andhow-core:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.yarnandtail : andhow-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.yarnandtail" % "andhow-core" % "1.5.0"