is not current version
Last Version 2.12

tech.sirwellington.alchemy:alchemy 2.1

The Alchemy Collection; Making Java fun again.

GroupId

GroupId

tech.sirwellington.alchemy
ArtifactId

ArtifactId

alchemy
Version

Version

2.1
Type

Type

pom

Download alchemy 2.1

Filename Size
alchemy-2.1.pom 14 KB
Browse

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