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