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