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