MVN

tech.sirwellington.alchemy : alchemy-arguments

Maven & Gradle

Feb 26, 2019
13 usages
2 stars

Part of the Alchemy Collection. Easy, Simple, and Robust argument checking logic for your Services, Libraries, and Scripts.

<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-arguments</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.sirwellington.alchemy : alchemy-arguments to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of tech.sirwellington.alchemy : alchemy-arguments to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
alchemy-arguments-2.3
2.2.x
alchemy-arguments-2.2.3
alchemy-arguments-2.2.2
alchemy-arguments-2.2.1
2.2
alchemy-arguments-2.2
2.1.x
alchemy-arguments-2.1.1
2.1
alchemy-arguments-2.1
2.0
alchemy-arguments-2.0
1.6
alchemy-arguments-1.6
1.5
alchemy-arguments-1.5
1.4
alchemy-arguments-1.4
1.3
alchemy-arguments-1.3
1.2
alchemy-arguments-1.2
1.1
alchemy-arguments-1.1

How to add a dependency to Maven

Add the following tech.sirwellington.alchemy : alchemy-arguments maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-arguments</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.sirwellington.alchemy : alchemy-arguments gradle dependency to your build.gradle file:

implementation 'tech.sirwellington.alchemy:alchemy-arguments:2.3'

Gradle Kotlin DSL: Add the following tech.sirwellington.alchemy : alchemy-arguments gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.sirwellington.alchemy:alchemy-arguments:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.sirwellington.alchemy : alchemy-arguments sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-arguments" % "2.3"

Advertisement