MVN

org.jboss.snowdrop : snowdrop-deployers

Maven & Gradle

Aug 12, 2013
13 usages

Snowdrop - Deployers Aggregator

<dependency>
    <groupId>org.jboss.snowdrop</groupId>
    <artifactId>snowdrop-deployers</artifactId>
    <version>2.1.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.snowdrop : snowdrop-deployers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1.Final
  • Latest Alpha: 2.0.0.Alpha1

All Versions

Choose a version of org.jboss.snowdrop : snowdrop-deployers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
snowdrop-deployers-2.1.1.Final
snowdrop-deployers-2.1.0.Final
2.0.x
snowdrop-deployers-2.0.5.Final
snowdrop-deployers-2.0.4.Final
snowdrop-deployers-2.0.3.Final
snowdrop-deployers-2.0.2.Final
snowdrop-deployers-2.0.1.Final
snowdrop-deployers-2.0.0.Final
snowdrop-deployers-2.0.0.CR1
snowdrop-deployers-2.0.0.Alpha1
snowdrop-deployers-2.0.0-M1-SP1
snowdrop-deployers-2.0.0-M1
1.2.x
snowdrop-deployers-1.2.0.Final
snowdrop-deployers-1.2.0.CR1
1.1.x
snowdrop-deployers-1.1.0.GA
1.0.x
snowdrop-deployers-1.0.1.GA
snowdrop-deployers-1.0.1-CR1
snowdrop-deployers-1.0.0.GA
snowdrop-deployers-1.0.0.CR2

How to add a dependency to Maven

Add the following org.jboss.snowdrop : snowdrop-deployers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.snowdrop</groupId>
    <artifactId>snowdrop-deployers</artifactId>
    <version>2.1.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.snowdrop : snowdrop-deployers gradle dependency to your build.gradle file:

implementation 'org.jboss.snowdrop:snowdrop-deployers:2.1.1.Final'

Gradle Kotlin DSL: Add the following org.jboss.snowdrop : snowdrop-deployers gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.snowdrop:snowdrop-deployers:2.1.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.snowdrop : snowdrop-deployers sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.snowdrop" % "snowdrop-deployers" % "2.1.1.Final"