Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdde.adorsys.oauth |
ArtifactId | ArtifactIdoauth-tokenstore-mongodb |
Version | Version0.34 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.adorsys.oauth/oauth-tokenstore-mongodb/ -->
<dependency>
<groupId>de.adorsys.oauth</groupId>
<artifactId>oauth-tokenstore-mongodb</artifactId>
<version>0.34</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.oauth/oauth-tokenstore-mongodb/
implementation 'de.adorsys.oauth:oauth-tokenstore-mongodb:0.34'
// https://jarcasting.com/artifacts/de.adorsys.oauth/oauth-tokenstore-mongodb/
implementation ("de.adorsys.oauth:oauth-tokenstore-mongodb:0.34")
'de.adorsys.oauth:oauth-tokenstore-mongodb:jar:0.34'
<dependency org="de.adorsys.oauth" name="oauth-tokenstore-mongodb" rev="0.34">
<artifact name="oauth-tokenstore-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.oauth', module='oauth-tokenstore-mongodb', version='0.34')
)
libraryDependencies += "de.adorsys.oauth" % "oauth-tokenstore-mongodb" % "0.34"
[de.adorsys.oauth/oauth-tokenstore-mongodb "0.34"]