MVN

com.arosbio : cpsign-api

Maven & Gradle

Jul 16, 2023
5 stars

com.arosbio:cpsign-api · The API version of CPSign, adding chemistry functionallity but without the inclusion of CLI depedent code.

<dependency>
    <groupId>com.arosbio</groupId>
    <artifactId>cpsign-api</artifactId>
    <version>2.0.0-rc3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.arosbio : cpsign-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-rc3
  • Latest Release Candidate: 2.0.0-rc3

All Versions

Choose a version of com.arosbio : cpsign-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cpsign-api-2.0.0-rc3
cpsign-api-2.0.0-rc1

How to add a dependency to Maven

Add the following com.arosbio : cpsign-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.arosbio</groupId>
    <artifactId>cpsign-api</artifactId>
    <version>2.0.0-rc3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.arosbio : cpsign-api gradle dependency to your build.gradle file:

implementation 'com.arosbio:cpsign-api:2.0.0-rc3'

Gradle Kotlin DSL: Add the following com.arosbio : cpsign-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.arosbio:cpsign-api:2.0.0-rc3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.arosbio : cpsign-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.arosbio" % "cpsign-api" % "2.0.0-rc3"

Advertisement