MVN

spice : spice-alchemist

Maven & Gradle

Sep 20, 2005
1 usages
<dependency>
    <groupId>spice</groupId>
    <artifactId>spice-alchemist</artifactId>
    <version>20040620.142035</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of spice : spice-alchemist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20040620.142035
  • Latest Release Candidate: 1.2-rc1

All Versions

Choose a version of spice : spice-alchemist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20040620.142035
spice-alchemist-20040620.142035
20040617.222741
spice-alchemist-20040617.222741
20040613.144236
spice-alchemist-20040613.144236
20031120.105516
spice-alchemist-20031120.105516
1.2
spice-alchemist-1.2-rc1
1.1
spice-alchemist-1.1
1.0
spice-alchemist-1.0

How to add a dependency to Maven

Add the following spice : spice-alchemist maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>spice</groupId>
    <artifactId>spice-alchemist</artifactId>
    <version>20040620.142035</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following spice : spice-alchemist gradle dependency to your build.gradle file:

implementation 'spice:spice-alchemist:20040620.142035'

Gradle Kotlin DSL: Add the following spice : spice-alchemist gradle kotlin dependency to your build.gradle.kts file:

implementation("spice:spice-alchemist:20040620.142035")

How to add a dependency to SBT Scala

SBT Scala: Add the following spice : spice-alchemist sbt scala dependency to your build.sbt file:

libraryDependencies += "spice" % "spice-alchemist" % "20040620.142035"

Advertisement