MVN

org.jboss.snowdrop : snowdrop-deployers-vfs3

Maven & Gradle

Aug 12, 2013
3 usages

Snowdrop - Deployers - VFS3 · Snowdrop - Deployer classes for VFS3

<dependency>
    <groupId>org.jboss.snowdrop</groupId>
    <artifactId>snowdrop-deployers-vfs3</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-vfs3 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-vfs3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
snowdrop-deployers-vfs3-2.1.1.Final
snowdrop-deployers-vfs3-2.1.0.Final
2.0.x
snowdrop-deployers-vfs3-2.0.5.Final
snowdrop-deployers-vfs3-2.0.4.Final
snowdrop-deployers-vfs3-2.0.3.Final
snowdrop-deployers-vfs3-2.0.2.Final
snowdrop-deployers-vfs3-2.0.1.Final
snowdrop-deployers-vfs3-2.0.0.Final
snowdrop-deployers-vfs3-2.0.0.CR1
snowdrop-deployers-vfs3-2.0.0.Alpha1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jboss.snowdrop</groupId>
    <artifactId>snowdrop-deployers-vfs3</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-vfs3 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement