is not current version
Last Version 1.1.0

com.augustcellars.cose:cose-java 0.9.4-snapshot

A Java implementation that supports the COSE secure message specification.

Categories

Categories

Java Languages
GroupId

GroupId

com.augustcellars.cose
ArtifactId

ArtifactId

cose-java
Version

Version

0.9.4-snapshot
Type

Type

jar

Download cose-java 0.9.4-snapshot


<!-- https://jarcasting.com/artifacts/com.augustcellars.cose/cose-java/ -->
<dependency>
    <groupId>com.augustcellars.cose</groupId>
    <artifactId>cose-java</artifactId>
    <version>0.9.4-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/com.augustcellars.cose/cose-java/
implementation 'com.augustcellars.cose:cose-java:0.9.4-snapshot'
// https://jarcasting.com/artifacts/com.augustcellars.cose/cose-java/
implementation ("com.augustcellars.cose:cose-java:0.9.4-snapshot")
'com.augustcellars.cose:cose-java:jar:0.9.4-snapshot'
<dependency org="com.augustcellars.cose" name="cose-java" rev="0.9.4-snapshot">
  <artifact name="cose-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.augustcellars.cose', module='cose-java', version='0.9.4-snapshot')
)
libraryDependencies += "com.augustcellars.cose" % "cose-java" % "0.9.4-snapshot"
[com.augustcellars.cose/cose-java "0.9.4-snapshot"]