MVN

io.rtr.alchemy : alchemy-core

Maven & Gradle

Jun 09, 2023
5 usages
32 stars

Alchemy Core Library

<dependency>
    <groupId>io.rtr.alchemy</groupId>
    <artifactId>alchemy-core</artifactId>
    <version>2.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rtr.alchemy : alchemy-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8

All Versions

Choose a version of io.rtr.alchemy : alchemy-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
alchemy-core-2.0.8
alchemy-core-2.0.7
alchemy-core-2.0.6
alchemy-core-2.0.5
alchemy-core-2.0.4
alchemy-core-2.0.2
alchemy-core-2.0.1
alchemy-core-2.0.0
1.0.x
alchemy-core-1.0.1
0.1.x
alchemy-core-0.1.15
alchemy-core-0.1.14
alchemy-core-0.1.13
alchemy-core-0.1.12
alchemy-core-0.1.11
alchemy-core-0.1.10
alchemy-core-0.1.9

How to add a dependency to Maven

Add the following io.rtr.alchemy : alchemy-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.rtr.alchemy</groupId>
    <artifactId>alchemy-core</artifactId>
    <version>2.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.rtr.alchemy : alchemy-core gradle dependency to your build.gradle file:

implementation 'io.rtr.alchemy:alchemy-core:2.0.8'

Gradle Kotlin DSL: Add the following io.rtr.alchemy : alchemy-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.rtr.alchemy:alchemy-core:2.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.rtr.alchemy : alchemy-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.rtr.alchemy" % "alchemy-core" % "2.0.8"

Advertisement