GroupId | GroupIdcom.daml |
---|---|
ArtifactId | ArtifactIdjwt_2.12 |
Version | Version1.8.0-snapshot.20201208.5840.0.38455e8c |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.daml/jwt_2.12/ -->
<dependency>
<groupId>com.daml</groupId>
<artifactId>jwt_2.12</artifactId>
<version>1.8.0-snapshot.20201208.5840.0.38455e8c</version>
</dependency>
// https://jarcasting.com/artifacts/com.daml/jwt_2.12/
implementation 'com.daml:jwt_2.12:1.8.0-snapshot.20201208.5840.0.38455e8c'
// https://jarcasting.com/artifacts/com.daml/jwt_2.12/
implementation ("com.daml:jwt_2.12:1.8.0-snapshot.20201208.5840.0.38455e8c")
'com.daml:jwt_2.12:jar:1.8.0-snapshot.20201208.5840.0.38455e8c'
<dependency org="com.daml" name="jwt_2.12" rev="1.8.0-snapshot.20201208.5840.0.38455e8c">
<artifact name="jwt_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daml', module='jwt_2.12', version='1.8.0-snapshot.20201208.5840.0.38455e8c')
)
libraryDependencies += "com.daml" % "jwt_2.12" % "1.8.0-snapshot.20201208.5840.0.38455e8c"
[com.daml/jwt_2.12 "1.8.0-snapshot.20201208.5840.0.38455e8c"]