Categories |
CategoriesIDE Development Tools JSON Data ORM |
---|---|
GroupId | GroupIdorg.openidentityplatform.commons |
ArtifactId | ArtifactIdjson-crypto |
Version | Version2.0.8 |
Type | Typepom |
Filename | Size |
---|---|
json-crypto-2.0.8.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/json-crypto/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>json-crypto</artifactId>
<version>2.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/json-crypto/
implementation 'org.openidentityplatform.commons:json-crypto:2.0.8'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/json-crypto/
implementation ("org.openidentityplatform.commons:json-crypto:2.0.8")
'org.openidentityplatform.commons:json-crypto:pom:2.0.8'
<dependency org="org.openidentityplatform.commons" name="json-crypto" rev="2.0.8">
<artifact name="json-crypto" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='json-crypto', version='2.0.8')
)
libraryDependencies += "org.openidentityplatform.commons" % "json-crypto" % "2.0.8"
[org.openidentityplatform.commons/json-crypto "2.0.8"]