MVN

tech.sirwellington.alchemy : alchemy-annotations

Maven & Gradle

Feb 23, 2019
19 usages
3 stars

Alchemy; making Java fun again. Write what you mean, mean what you write. Alchemy Annotations allow clearer documentation of intent of your code.

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

Latest Version

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

  • Latest Stable: 2.2

All Versions

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

  • Version Updated
  • alchemy-annotations-2.2

    Feb 22, 2019
  • alchemy-annotations-2.1.3

    Jul 16, 2018
  • alchemy-annotations-2.1.2

    Jun 26, 2018
  • alchemy-annotations-2.1.1

    Jun 23, 2018
  • alchemy-annotations-2.1

    Jan 11, 2018
  • alchemy-annotations-2.0

    Jun 07, 2017
  • alchemy-annotations-1.7

    Jun 03, 2017
  • alchemy-annotations-1.6

    May 27, 2017
  • alchemy-annotations-1.5

    Feb 17, 2016
  • alchemy-annotations-1.4

    Jan 16, 2016
  • alchemy-annotations-1.3.1

    Dec 23, 2015
  • alchemy-annotations-1.3

    Nov 21, 2015
  • alchemy-annotations-1.2

    Nov 09, 2015
  • alchemy-annotations-1.0

    Oct 17, 2015
  • alchemy-annotations-1.1

    Oct 17, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-annotations</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.sirwellington.alchemy:alchemy-annotations:2.2'

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

implementation("tech.sirwellington.alchemy:alchemy-annotations:2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-annotations" % "2.2"

Advertisement