MVN

com.github.cycladessoa.nyxlets : restfs

Maven & Gradle

Dec 27, 2013
3 stars

Cyclades Nyxlet for RestFS · RestFS Nyxlet used within Cyclades

<dependency>
    <groupId>com.github.cycladessoa.nyxlets</groupId>
    <artifactId>restfs</artifactId>
    <version>1.0.0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cycladessoa.nyxlets : restfs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.31

All Versions

Choose a version of com.github.cycladessoa.nyxlets : restfs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
restfs-1.0.0.31
restfs-1.0.0.29
restfs-1.0.0.28
restfs-1.0.0.27
restfs-1.0.0.26
restfs-1.0.0.25
restfs-1.0.0.24
restfs-1.0.0.23
restfs-1.0.0.22
restfs-1.0.0.21
restfs-1.0.0.20
restfs-1.0.0.19
restfs-1.0.0.18
restfs-1.0.0.17
restfs-1.0.0.16
restfs-1.0.0.15
restfs-1.0.0.14
restfs-1.0.0.13
restfs-1.0.0.12
restfs-1.0.0.11
restfs-1.0.0.10
restfs-1.0.0.9
restfs-1.0.0.8
restfs-1.0.0.7
restfs-1.0.0.6
restfs-1.0.0.5
restfs-1.0.0.4
restfs-1.0.0.3
restfs-1.0.0.2

How to add a dependency to Maven

Add the following com.github.cycladessoa.nyxlets : restfs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cycladessoa.nyxlets</groupId>
    <artifactId>restfs</artifactId>
    <version>1.0.0.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cycladessoa.nyxlets : restfs gradle dependency to your build.gradle file:

implementation 'com.github.cycladessoa.nyxlets:restfs:1.0.0.31'

Gradle Kotlin DSL: Add the following com.github.cycladessoa.nyxlets : restfs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cycladessoa.nyxlets:restfs:1.0.0.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cycladessoa.nyxlets : restfs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cycladessoa.nyxlets" % "restfs" % "1.0.0.31"