Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.bazaarvoice.emodb |
ArtifactId | ArtifactIdemodb-auth-client |
Version | Version5.7.1 |
Type | Typejar |
Filename | Size |
---|---|
emodb-auth-client-5.7.1.pom | |
emodb-auth-client-5.7.1.jar | 6 KB |
emodb-auth-client-5.7.1-sources.jar | 3 KB |
emodb-auth-client-5.7.1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-auth-client/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-auth-client</artifactId>
<version>5.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-auth-client/
implementation 'com.bazaarvoice.emodb:emodb-auth-client:5.7.1'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-auth-client/
implementation ("com.bazaarvoice.emodb:emodb-auth-client:5.7.1")
'com.bazaarvoice.emodb:emodb-auth-client:jar:5.7.1'
<dependency org="com.bazaarvoice.emodb" name="emodb-auth-client" rev="5.7.1">
<artifact name="emodb-auth-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-auth-client', version='5.7.1')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-auth-client" % "5.7.1"
[com.bazaarvoice.emodb/emodb-auth-client "5.7.1"]