MVN

com.github.cycladessoa : engine

Maven & Gradle

Dec 27, 2013
10 usages
3 stars

Cyclades · Cyclades is a Services Engine

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

Latest Version

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

  • Latest Stable: 1.0.0.31

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.github.cycladessoa:engine:1.0.0.31'

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

implementation("com.github.cycladessoa:engine:1.0.0.31")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.cycladessoa" % "engine" % "1.0.0.31"

Advertisement