MVN

br.com.esec.icpm : certillion-client-library

Maven & Gradle

Apr 15, 2016
1 usages

Certillion Client Library · This library is used to make integration with Certillion server, so our Clients can easily ask for signatures or generate certificates.

<dependency>
    <groupId>br.com.esec.icpm</groupId>
    <artifactId>certillion-client-library</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.esec.icpm : certillion-client-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of br.com.esec.icpm : certillion-client-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
certillion-client-library-1.2.0
1.1.x
certillion-client-library-1.1.12
certillion-client-library-1.1.10
certillion-client-library-1.1.9
certillion-client-library-1.1.8
certillion-client-library-1.1.7
certillion-client-library-1.1.6
certillion-client-library-1.1.3

How to add a dependency to Maven

Add the following br.com.esec.icpm : certillion-client-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.esec.icpm</groupId>
    <artifactId>certillion-client-library</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.esec.icpm : certillion-client-library gradle dependency to your build.gradle file:

implementation 'br.com.esec.icpm:certillion-client-library:1.2.0'

Gradle Kotlin DSL: Add the following br.com.esec.icpm : certillion-client-library gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.esec.icpm:certillion-client-library:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.esec.icpm : certillion-client-library sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.esec.icpm" % "certillion-client-library" % "1.2.0"

Advertisement