| GroupId | GroupIdcom.bazaarvoice.emodb |
|---|---|
| ArtifactId | ArtifactIdemodb-auth-store |
| Version | Version5.4.21 |
| Type | Typejar |
| Filename | Size |
|---|---|
| emodb-auth-store-5.4.21.pom | |
| emodb-auth-store-5.4.21.jar | 18 KB |
| emodb-auth-store-5.4.21-sources.jar | 9 KB |
| emodb-auth-store-5.4.21-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-auth-store/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-auth-store</artifactId>
<version>5.4.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-auth-store/
implementation 'com.bazaarvoice.emodb:emodb-auth-store:5.4.21'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-auth-store/
implementation ("com.bazaarvoice.emodb:emodb-auth-store:5.4.21")
'com.bazaarvoice.emodb:emodb-auth-store:jar:5.4.21'
<dependency org="com.bazaarvoice.emodb" name="emodb-auth-store" rev="5.4.21">
<artifact name="emodb-auth-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-auth-store', version='5.4.21')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-auth-store" % "5.4.21"
[com.bazaarvoice.emodb/emodb-auth-store "5.4.21"]