GroupId | GroupIdcom.developcollect |
---|---|
ArtifactId | ArtifactIddc-infra-authorization |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.developcollect/dc-infra-authorization/ -->
<dependency>
<groupId>com.developcollect</groupId>
<artifactId>dc-infra-authorization</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.developcollect/dc-infra-authorization/
implementation 'com.developcollect:dc-infra-authorization:1.1.0'
// https://jarcasting.com/artifacts/com.developcollect/dc-infra-authorization/
implementation ("com.developcollect:dc-infra-authorization:1.1.0")
'com.developcollect:dc-infra-authorization:jar:1.1.0'
<dependency org="com.developcollect" name="dc-infra-authorization" rev="1.1.0">
<artifact name="dc-infra-authorization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.developcollect', module='dc-infra-authorization', version='1.1.0')
)
libraryDependencies += "com.developcollect" % "dc-infra-authorization" % "1.1.0"
[com.developcollect/dc-infra-authorization "1.1.0"]