| GroupId | GroupIdcom.symphony.oss.models |
|---|---|
| ArtifactId | ArtifactIdauth-model |
| Version | Version0.3.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| auth-model-0.3.4.pom | |
| auth-model-0.3.4.jar | 42 KB |
| auth-model-0.3.4-sources.jar | 36 KB |
| auth-model-0.3.4-javadoc.jar | 541 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.symphony.oss.models/auth-model/ -->
<dependency>
<groupId>com.symphony.oss.models</groupId>
<artifactId>auth-model</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.symphony.oss.models/auth-model/
implementation 'com.symphony.oss.models:auth-model:0.3.4'
// https://jarcasting.com/artifacts/com.symphony.oss.models/auth-model/
implementation ("com.symphony.oss.models:auth-model:0.3.4")
'com.symphony.oss.models:auth-model:jar:0.3.4'
<dependency org="com.symphony.oss.models" name="auth-model" rev="0.3.4">
<artifact name="auth-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.symphony.oss.models', module='auth-model', version='0.3.4')
)
libraryDependencies += "com.symphony.oss.models" % "auth-model" % "0.3.4"
[com.symphony.oss.models/auth-model "0.3.4"]