is not current version
Last Version 2.2

tech.sirwellington.alchemy:alchemy-annotations 1.5

Part of the Alchemy collection. Write what you mean, mean what you write. Alchemy Annotations allow clearer documentation of intent of your code.

GroupId

GroupId

tech.sirwellington.alchemy
ArtifactId

ArtifactId

alchemy-annotations
Version

Version

1.5
Type

Type

jar

Download alchemy-annotations 1.5


<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-annotations/ -->
<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-annotations</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-annotations/
implementation 'tech.sirwellington.alchemy:alchemy-annotations:1.5'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-annotations/
implementation ("tech.sirwellington.alchemy:alchemy-annotations:1.5")
'tech.sirwellington.alchemy:alchemy-annotations:jar:1.5'
<dependency org="tech.sirwellington.alchemy" name="alchemy-annotations" rev="1.5">
  <artifact name="alchemy-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-annotations', version='1.5')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-annotations" % "1.5"
[tech.sirwellington.alchemy/alchemy-annotations "1.5"]