| GroupId | GroupIdcom.symphony.oss.models |
|---|---|
| ArtifactId | ArtifactIdauth-model |
| Version | Version0.3.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| auth-model-0.3.3.pom | |
| auth-model-0.3.3.jar | 42 KB |
| auth-model-0.3.3-sources.jar | 36 KB |
| auth-model-0.3.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.symphony.oss.models/auth-model/
implementation 'com.symphony.oss.models:auth-model:0.3.3'
// https://jarcasting.com/artifacts/com.symphony.oss.models/auth-model/
implementation ("com.symphony.oss.models:auth-model:0.3.3")
'com.symphony.oss.models:auth-model:jar:0.3.3'
<dependency org="com.symphony.oss.models" name="auth-model" rev="0.3.3">
<artifact name="auth-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.symphony.oss.models', module='auth-model', version='0.3.3')
)
libraryDependencies += "com.symphony.oss.models" % "auth-model" % "0.3.3"
[com.symphony.oss.models/auth-model "0.3.3"]