MVN

ch.epfl.dedis : cothority

Maven & Gradle

Oct 12, 2019
420 stars

Cothority client library for Java · A client library for communicating with cothorities (a collective authority).

<dependency>
    <groupId>ch.epfl.dedis</groupId>
    <artifactId>cothority</artifactId>
    <version>3.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.epfl.dedis : cothority to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.1

All Versions

Choose a version of ch.epfl.dedis : cothority to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
cothority-3.3.1
3.1.x
cothority-3.1.3
cothority-3.1.2
cothority-3.1.1
cothority-3.1.0
3.0.x
cothority-3.0.6
cothority-3.0.3
cothority-3.0.2
cothority-3.0.0
cothority-3.0.0-pre4
cothority-3.0.0-pre3
cothority-3.0.0-pre1
master
cothority-master-190110
cothority-master-1810-2
cothority-master-181211
cothority-master-1810-1
cothority-master-181115
cothority-master-181108
cothority-master-181022
cothority-master-181012
cothority-master-181009
cothority-master-181008
cothority-master-180914
cothority-master-180912
cothority-master-180827
cothority-master-180816
cothority-master-180717
cothority-master-180704

How to add a dependency to Maven

Add the following ch.epfl.dedis : cothority maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.epfl.dedis</groupId>
    <artifactId>cothority</artifactId>
    <version>3.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.epfl.dedis : cothority gradle dependency to your build.gradle file:

implementation 'ch.epfl.dedis:cothority:3.3.1'

Gradle Kotlin DSL: Add the following ch.epfl.dedis : cothority gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.epfl.dedis:cothority:3.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.epfl.dedis : cothority sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.epfl.dedis" % "cothority" % "3.3.1"

Advertisement