MVN

com.iamsoft : iamsoft-locationfacade

Maven & Gradle

May 12, 2023

com.iamsoft:iamsoft-locationfacade · Present uniform view of various filesystems. Poor man's Apache VFS (https://commons.apache.org/proper/commons-vfs).

<dependency>
    <groupId>com.iamsoft</groupId>
    <artifactId>iamsoft-locationfacade</artifactId>
    <version>17.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iamsoft : iamsoft-locationfacade to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.0.2

All Versions

Choose a version of com.iamsoft : iamsoft-locationfacade to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.0.x
iamsoft-locationfacade-17.0.2
iamsoft-locationfacade-17.0.1
iamsoft-locationfacade-17.0.0
11.0.x
iamsoft-locationfacade-11.0.0
8.0.x
iamsoft-locationfacade-8.0.1
iamsoft-locationfacade-8.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.iamsoft</groupId>
    <artifactId>iamsoft-locationfacade</artifactId>
    <version>17.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iamsoft : iamsoft-locationfacade gradle dependency to your build.gradle file:

implementation 'com.iamsoft:iamsoft-locationfacade:17.0.2'

Gradle Kotlin DSL: Add the following com.iamsoft : iamsoft-locationfacade gradle kotlin dependency to your build.gradle.kts file:

implementation("com.iamsoft:iamsoft-locationfacade:17.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iamsoft : iamsoft-locationfacade sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iamsoft" % "iamsoft-locationfacade" % "17.0.2"