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