MVN

spice : spice-netserve

Maven & Gradle

Nov 08, 2005
<dependency>
    <groupId>spice</groupId>
    <artifactId>spice-netserve</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1

All Versions

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

Version Vulnerabilities Updated
20031201.225111
spice-netserve-20031201.225111
1.1
spice-netserve-1.1
spice-netserve-1.1-b3
spice-netserve-1.1-b2
spice-netserve-1.1-b1
1.0
spice-netserve-1.0
spice-netserve-1.0-b1

How to add a dependency to Maven

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

<dependency>
    <groupId>spice</groupId>
    <artifactId>spice-netserve</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'spice:spice-netserve:1.1'

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

implementation("spice:spice-netserve:1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "spice" % "spice-netserve" % "1.1"

Advertisement