MVN

com.github.alphemsoft : sphere-filepicker

Maven & Gradle

Jan 04, 2020

sphere-filepicker · A Kotlin FilePicker

<dependency>
    <groupId>com.github.alphemsoft</groupId>
    <artifactId>sphere-filepicker</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.alphemsoft : sphere-filepicker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1
  • Latest Release Candidate: 0.4-RC
  • Latest Beta: 1.1-beta

All Versions

Choose a version of com.github.alphemsoft : sphere-filepicker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
sphere-filepicker-1.1-beta
sphere-filepicker-1.1
1.0.x
sphere-filepicker-1.0.1
1.0
sphere-filepicker-1.0
0.7.x
sphere-filepicker-0.7.9
sphere-filepicker-0.7.8
sphere-filepicker-0.7.6
sphere-filepicker-0.7.5
0.7
sphere-filepicker-0.7
0.6
sphere-filepicker-0.6
0.4
sphere-filepicker-0.4
sphere-filepicker-0.4-RC
0.3
sphere-filepicker-0.3-RC
0.2
sphere-filepicker-0.2
0.1
sphere-filepicker-0.1

How to add a dependency to Maven

Add the following com.github.alphemsoft : sphere-filepicker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.alphemsoft</groupId>
    <artifactId>sphere-filepicker</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.alphemsoft : sphere-filepicker gradle dependency to your build.gradle file:

implementation 'com.github.alphemsoft:sphere-filepicker:1.1'

Gradle Kotlin DSL: Add the following com.github.alphemsoft : sphere-filepicker gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.alphemsoft:sphere-filepicker:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.alphemsoft : sphere-filepicker sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.alphemsoft" % "sphere-filepicker" % "1.1"