MVN

com.github.cycladessoa.nyxlets : admin

Maven & Gradle

Dec 27, 2013
1 usages
3 stars

Cyclades · Cyclades is a Services Engine

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

Latest Version

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

  • Latest Stable: 1.0.0.31

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cycladessoa.nyxlets</groupId>
    <artifactId>admin</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 : admin gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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