MVN

com.augustcellars.cose : cose-java

Maven & Gradle

Jan 27, 2020
6 usages
29 stars

com.augustcellars.cose:cose-java · A Java implementation that supports the COSE secure message specification.

<dependency>
    <groupId>com.augustcellars.cose</groupId>
    <artifactId>cose-java</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.augustcellars.cose : cose-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.augustcellars.cose : cose-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
cose-java-1.1.0
1.0.x
cose-java-1.0.0
0.9.x
cose-java-0.9.10
cose-java-0.9.9
cose-java-0.9.8
cose-java-0.9.7
cose-java-0.9.6
cose-java-0.9.5
cose-java-0.9.4
cose-java-0.9.4-snapshot
cose-java-0.9.3
cose-java-0.9.2
cose-java-0.9.1
cose-java-0.9.0

How to add a dependency to Maven

Add the following com.augustcellars.cose : cose-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.augustcellars.cose</groupId>
    <artifactId>cose-java</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.augustcellars.cose : cose-java gradle dependency to your build.gradle file:

implementation 'com.augustcellars.cose:cose-java:1.1.0'

Gradle Kotlin DSL: Add the following com.augustcellars.cose : cose-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.augustcellars.cose:cose-java:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.augustcellars.cose : cose-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.augustcellars.cose" % "cose-java" % "1.1.0"

Advertisement